pub struct OptionValueU32(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for OptionValueU32
impl Clone for OptionValueU32
Source§fn clone(&self) -> OptionValueU32
fn clone(&self) -> OptionValueU32
Returns a duplicate 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 moreSource§impl Debug for OptionValueU32
impl Debug for OptionValueU32
Source§impl From<OptionValueU32> for Vec<u8>
impl From<OptionValueU32> for Vec<u8>
Source§fn from(value: OptionValueU32) -> Self
fn from(value: OptionValueU32) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OptionValueU32
impl PartialEq for OptionValueU32
impl OptionValueType for OptionValueU32
impl StructuralPartialEq for OptionValueU32
Auto Trait Implementations§
impl Freeze for OptionValueU32
impl RefUnwindSafe for OptionValueU32
impl Send for OptionValueU32
impl Sync for OptionValueU32
impl Unpin for OptionValueU32
impl UnwindSafe for OptionValueU32
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