pub struct MappedItemId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for MappedItemId
impl Clone for MappedItemId
Source§fn clone(&self) -> MappedItemId
fn clone(&self) -> MappedItemId
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 moreimpl Copy for MappedItemId
Source§impl Debug for MappedItemId
impl Debug for MappedItemId
impl Eq for MappedItemId
Source§impl Hash for MappedItemId
impl Hash for MappedItemId
Source§impl PartialEq for MappedItemId
impl PartialEq for MappedItemId
Source§fn eq(&self, other: &MappedItemId) -> bool
fn eq(&self, other: &MappedItemId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MappedItemId
Auto Trait Implementations§
impl Freeze for MappedItemId
impl RefUnwindSafe for MappedItemId
impl Send for MappedItemId
impl Sync for MappedItemId
impl Unpin for MappedItemId
impl UnsafeUnpin for MappedItemId
impl UnwindSafe for MappedItemId
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