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