pub struct AsyncState { /* private fields */ }
Available on crate feature
async
and Linux only.Expand description
Defines a async state that contains the pointer to current poll context and current suspend.
Implementations§
Trait Implementations§
Source§impl Debug for AsyncState
impl Debug for AsyncState
Source§impl Default for AsyncState
impl Default for AsyncState
impl Send for AsyncState
impl Sync for AsyncState
Auto Trait Implementations§
impl !Freeze for AsyncState
impl !RefUnwindSafe for AsyncState
impl Unpin for AsyncState
impl UnwindSafe for AsyncState
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