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