pub struct OpsInFlightGuard { /* private fields */ }Auto Trait Implementations§
impl Freeze for OpsInFlightGuard
impl !RefUnwindSafe for OpsInFlightGuard
impl Send for OpsInFlightGuard
impl Sync for OpsInFlightGuard
impl Unpin for OpsInFlightGuard
impl UnsafeUnpin for OpsInFlightGuard
impl !UnwindSafe for OpsInFlightGuard
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