pub struct SuspendContext { /* private fields */ }
Trait Implementations§
Source§impl Default for SuspendContext
impl Default for SuspendContext
Source§fn default() -> SuspendContext
fn default() -> SuspendContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SuspendContext
impl !RefUnwindSafe for SuspendContext
impl Send for SuspendContext
impl Sync for SuspendContext
impl Unpin for SuspendContext
impl !UnwindSafe for SuspendContext
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