pub struct DatumReferenceCompartment {
pub name: String,
pub description: Option<String>,
pub of_shape: ProductDefinitionShapeRef,
pub product_definitional: Logical,
pub base: DatumOrCommonDatumRef,
pub modifiers: Option<Vec<DatumReferenceModifierRef>>,
}Fields§
§name: String§description: Option<String>§of_shape: ProductDefinitionShapeRef§product_definitional: Logical§base: DatumOrCommonDatumRef§modifiers: Option<Vec<DatumReferenceModifierRef>>Trait Implementations§
Source§impl Clone for DatumReferenceCompartment
impl Clone for DatumReferenceCompartment
Source§fn clone(&self) -> DatumReferenceCompartment
fn clone(&self) -> DatumReferenceCompartment
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 DatumReferenceCompartment
impl Debug for DatumReferenceCompartment
Source§impl PartialEq for DatumReferenceCompartment
impl PartialEq for DatumReferenceCompartment
Source§fn eq(&self, other: &DatumReferenceCompartment) -> bool
fn eq(&self, other: &DatumReferenceCompartment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatumReferenceCompartment
Auto Trait Implementations§
impl Freeze for DatumReferenceCompartment
impl RefUnwindSafe for DatumReferenceCompartment
impl Send for DatumReferenceCompartment
impl Sync for DatumReferenceCompartment
impl Unpin for DatumReferenceCompartment
impl UnsafeUnpin for DatumReferenceCompartment
impl UnwindSafe for DatumReferenceCompartment
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