pub struct StructureName<'a> {
    pub id: StructureId<'a>,
    pub localized: &'a str,
}Expand description
A unique identifier and localized name for an SDMX artefact.
Fields§
§id: StructureId<'a>§localized: &'a strTrait Implementations§
Source§impl<'a> Clone for StructureName<'a>
 
impl<'a> Clone for StructureName<'a>
Source§fn clone(&self) -> StructureName<'a>
 
fn clone(&self) -> StructureName<'a>
Returns a duplicate 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<'a> Debug for StructureName<'a>
 
impl<'a> Debug for StructureName<'a>
Source§impl<'a> Default for StructureName<'a>
 
impl<'a> Default for StructureName<'a>
Source§fn default() -> StructureName<'a>
 
fn default() -> StructureName<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> PartialEq for StructureName<'a>
 
impl<'a> PartialEq for StructureName<'a>
impl<'a> Copy for StructureName<'a>
impl<'a> Eq for StructureName<'a>
impl<'a> StructuralPartialEq for StructureName<'a>
Auto Trait Implementations§
impl<'a> Freeze for StructureName<'a>
impl<'a> RefUnwindSafe for StructureName<'a>
impl<'a> Send for StructureName<'a>
impl<'a> Sync for StructureName<'a>
impl<'a> Unpin for StructureName<'a>
impl<'a> UnwindSafe for StructureName<'a>
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