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