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