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