Struct left_right_cell::ReadGuard
source · [−]pub struct ReadGuard<'a, T>(_);Expand description
A reference guard to the read half of the cell. WriteHandle::publish will block until this is dropped.
Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for ReadGuard<'a, T>
impl<'a, T> !Send for ReadGuard<'a, T>
impl<'a, T> !Sync for ReadGuard<'a, T>
impl<'a, T> Unpin for ReadGuard<'a, T>
impl<'a, T> !UnwindSafe for ReadGuard<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more