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