pub struct SdmxObject(pub HashMap<String, SdmxValue>);
Expand description
An object of keys mapping to pure SDMX-JSON primitive values.
Tuple Fields§
§0: HashMap<String, SdmxValue>
Trait Implementations§
Source§impl Clone for SdmxObject
impl Clone for SdmxObject
Source§fn clone(&self) -> SdmxObject
fn clone(&self) -> SdmxObject
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SdmxObject
impl Debug for SdmxObject
Source§impl Default for SdmxObject
impl Default for SdmxObject
Source§fn default() -> SdmxObject
fn default() -> SdmxObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SdmxObject
impl<'de> Deserialize<'de> for SdmxObject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SdmxObject
impl PartialEq for SdmxObject
Source§impl Serialize for SdmxObject
impl Serialize for SdmxObject
impl StructuralPartialEq for SdmxObject
Auto Trait Implementations§
impl Freeze for SdmxObject
impl RefUnwindSafe for SdmxObject
impl Send for SdmxObject
impl Sync for SdmxObject
impl Unpin for SdmxObject
impl UnwindSafe for SdmxObject
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more