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