pub struct TimerDelay;Trait Implementations§
Source§impl Default for TimerDelay
impl Default for TimerDelay
Source§fn default() -> TimerDelay
fn default() -> TimerDelay
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimerDelay
impl RefUnwindSafe for TimerDelay
impl Send for TimerDelay
impl Sync for TimerDelay
impl Unpin for TimerDelay
impl UnsafeUnpin for TimerDelay
impl UnwindSafe for TimerDelay
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