pub struct MappingValue(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for MappingValue
impl Clone for MappingValue
Source§fn clone(&self) -> MappingValue
fn clone(&self) -> MappingValue
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 MappingValue
Source§impl Debug for MappingValue
impl Debug for MappingValue
impl Eq for MappingValue
Source§impl PartialEq for MappingValue
impl PartialEq for MappingValue
impl StructuralPartialEq for MappingValue
Auto Trait Implementations§
impl Freeze for MappingValue
impl RefUnwindSafe for MappingValue
impl Send for MappingValue
impl Sync for MappingValue
impl Unpin for MappingValue
impl UnsafeUnpin for MappingValue
impl UnwindSafe for MappingValue
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