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