pub struct SleepMessage<CS>where
CS: TimeFunctions,{ /* private fields */ }Expand description
Internal message that the queue in SleepFutureRunner contains.
Trait Implementations§
Source§impl<CS> Debug for SleepMessage<CS>
impl<CS> Debug for SleepMessage<CS>
Auto Trait Implementations§
impl<CS> Freeze for SleepMessage<CS>
impl<CS> !RefUnwindSafe for SleepMessage<CS>
impl<CS> Send for SleepMessage<CS>
impl<CS> Sync for SleepMessage<CS>
impl<CS> Unpin for SleepMessage<CS>
impl<CS> !UnwindSafe for SleepMessage<CS>
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