pub struct MkAsyncFrameGuard { /* private fields */ }Expand description
Guard that represents an active frame.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MkAsyncFrameGuard
impl RefUnwindSafe for MkAsyncFrameGuard
impl Send for MkAsyncFrameGuard
impl Sync for MkAsyncFrameGuard
impl Unpin for MkAsyncFrameGuard
impl UnwindSafe for MkAsyncFrameGuard
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