pub struct KeyOnDelay { /* private fields */ }Expand description
Wrapper for key on delay parameter.
Implementations§
Trait Implementations§
Source§impl Clone for KeyOnDelay
impl Clone for KeyOnDelay
Source§fn clone(&self) -> KeyOnDelay
fn clone(&self) -> KeyOnDelay
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 KeyOnDelay
impl Debug for KeyOnDelay
Source§impl Default for KeyOnDelay
impl Default for KeyOnDelay
Source§impl Display for KeyOnDelay
impl Display for KeyOnDelay
Source§impl From<KeyOnDelay> for u8
impl From<KeyOnDelay> for u8
Source§fn from(val: KeyOnDelay) -> Self
fn from(val: KeyOnDelay) -> Self
Converts to this type from the input type.
Source§impl From<u8> for KeyOnDelay
impl From<u8> for KeyOnDelay
Source§fn from(value: u8) -> KeyOnDelay
fn from(value: u8) -> KeyOnDelay
Converts to this type from the input type.
impl Copy for KeyOnDelay
Auto Trait Implementations§
impl Freeze for KeyOnDelay
impl RefUnwindSafe for KeyOnDelay
impl Send for KeyOnDelay
impl Sync for KeyOnDelay
impl Unpin for KeyOnDelay
impl UnwindSafe for KeyOnDelay
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