Struct ValueMapType
#[repr(transparent)]pub struct ValueMapType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ValueMapType
impl Clone for ValueMapType
§fn clone(&self) -> ValueMapType
fn clone(&self) -> ValueMapType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ValueMapType
impl Debug for ValueMapType
§impl Default for ValueMapType
impl Default for ValueMapType
§fn default() -> ValueMapType
fn default() -> ValueMapType
Returns the “default value” for a type. Read more
§impl PartialEq for ValueMapType
impl PartialEq for ValueMapType
impl Copy for ValueMapType
impl Eq for ValueMapType
impl StructuralPartialEq for ValueMapType
Auto Trait Implementations§
impl Freeze for ValueMapType
impl RefUnwindSafe for ValueMapType
impl Send for ValueMapType
impl Sync for ValueMapType
impl Unpin for ValueMapType
impl UnwindSafe for ValueMapType
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