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