pub struct GeneralDatumReference {
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 GeneralDatumReference
impl Clone for GeneralDatumReference
Source§fn clone(&self) -> GeneralDatumReference
fn clone(&self) -> GeneralDatumReference
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 GeneralDatumReference
impl Debug for GeneralDatumReference
Source§impl PartialEq for GeneralDatumReference
impl PartialEq for GeneralDatumReference
Source§fn eq(&self, other: &GeneralDatumReference) -> bool
fn eq(&self, other: &GeneralDatumReference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeneralDatumReference
Auto Trait Implementations§
impl Freeze for GeneralDatumReference
impl RefUnwindSafe for GeneralDatumReference
impl Send for GeneralDatumReference
impl Sync for GeneralDatumReference
impl Unpin for GeneralDatumReference
impl UnsafeUnpin for GeneralDatumReference
impl UnwindSafe for GeneralDatumReference
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