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