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