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