pub struct OperationGuard { /* private fields */ }Expand description
RAII guard for operations
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperationGuard
impl RefUnwindSafe for OperationGuard
impl Send for OperationGuard
impl Sync for OperationGuard
impl Unpin for OperationGuard
impl UnsafeUnpin for OperationGuard
impl UnwindSafe for OperationGuard
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