pub struct NamedStructure {
pub name: ExpandedName,
pub props: BTreeMap<ExpandedName, StructureProperty>,
}Fields§
§name: ExpandedName§props: BTreeMap<ExpandedName, StructureProperty>Trait Implementations§
Source§impl Clone for NamedStructure
impl Clone for NamedStructure
Source§fn clone(&self) -> NamedStructure
fn clone(&self) -> NamedStructure
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 Debug for NamedStructure
impl Debug for NamedStructure
Source§impl PartialEq for NamedStructure
impl PartialEq for NamedStructure
Source§impl Serialize for NamedStructure
impl Serialize for NamedStructure
impl StructuralPartialEq for NamedStructure
Auto Trait Implementations§
impl Freeze for NamedStructure
impl RefUnwindSafe for NamedStructure
impl Send for NamedStructure
impl Sync for NamedStructure
impl Unpin for NamedStructure
impl UnsafeUnpin for NamedStructure
impl UnwindSafe for NamedStructure
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