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