Struct left_right_cell::WriteHandle
source · [−]pub struct WriteHandle<T: Clone>(_);Expand description
A handle to the write half of the cell. When this handle is dropped the backing data is also dropped.
Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for WriteHandle<T>
impl<T> Send for WriteHandle<T> where
T: Send + Sync,
impl<T> !Sync for WriteHandle<T>
impl<T> Unpin for WriteHandle<T> where
T: Unpin,
impl<T> UnwindSafe for WriteHandle<T> where
T: UnwindSafe + RefUnwindSafe,
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