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