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