pub struct CaptureGuard;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaptureGuard
impl RefUnwindSafe for CaptureGuard
impl Send for CaptureGuard
impl Sync for CaptureGuard
impl Unpin for CaptureGuard
impl UnwindSafe for CaptureGuard
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