pub struct Sleep {
pub kind: SleepKind,
pub value: Value,
}Fields§
§kind: SleepKind§value: ValueTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Sleep
impl !UnwindSafe for Sleep
impl Freeze for Sleep
impl Send for Sleep
impl Sync for Sleep
impl Unpin for Sleep
impl UnsafeUnpin for Sleep
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