pub struct ObjectionGuard { /* private fields */ }Expand description
RAII objection. Drop = drop_objection (mapping row 32).
Trait Implementations§
Source§impl Drop for ObjectionGuard
impl Drop for ObjectionGuard
Auto Trait Implementations§
impl !RefUnwindSafe for ObjectionGuard
impl !Send for ObjectionGuard
impl !Sync for ObjectionGuard
impl !UnwindSafe for ObjectionGuard
impl Freeze for ObjectionGuard
impl Unpin for ObjectionGuard
impl UnsafeUnpin for ObjectionGuard
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