pub struct AsyncScope { /* private fields */ }
Expand description
AsyncScope maintains state around the context of async events generated via the async_enter! macro.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncScope
impl RefUnwindSafe for AsyncScope
impl Send for AsyncScope
impl Sync for AsyncScope
impl Unpin for AsyncScope
impl UnwindSafe for AsyncScope
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