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