Struct closeable_mutex::OpenGuard
source · pub struct OpenGuard<'a, T: ?Sized>(/* private fields */);
Expand description
A guard that can be used to access the underlying value of a
CloseableMutex
.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for OpenGuard<'a, T>where
T: ?Sized,
impl<'a, T> !RefUnwindSafe for OpenGuard<'a, T>
impl<'a, T> Send for OpenGuard<'a, T>
impl<'a, T> Sync for OpenGuard<'a, T>
impl<'a, T> Unpin for OpenGuard<'a, T>where
T: ?Sized,
impl<'a, T> !UnwindSafe for OpenGuard<'a, T>
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