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