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