pub struct CompoundRepresentationItem {
pub name: String,
pub item_element: CompoundItemDefinitionRef,
}Fields§
§name: String§item_element: CompoundItemDefinitionRefTrait Implementations§
Source§impl Clone for CompoundRepresentationItem
impl Clone for CompoundRepresentationItem
Source§fn clone(&self) -> CompoundRepresentationItem
fn clone(&self) -> CompoundRepresentationItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompoundRepresentationItem
impl Debug for CompoundRepresentationItem
Source§impl PartialEq for CompoundRepresentationItem
impl PartialEq for CompoundRepresentationItem
Source§fn eq(&self, other: &CompoundRepresentationItem) -> bool
fn eq(&self, other: &CompoundRepresentationItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompoundRepresentationItem
Auto Trait Implementations§
impl Freeze for CompoundRepresentationItem
impl RefUnwindSafe for CompoundRepresentationItem
impl Send for CompoundRepresentationItem
impl Sync for CompoundRepresentationItem
impl Unpin for CompoundRepresentationItem
impl UnsafeUnpin for CompoundRepresentationItem
impl UnwindSafe for CompoundRepresentationItem
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