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