pub struct MutCell<T> { /* private fields */ }
Expand description
A mutable shared pointer.
Implementations§
Trait Implementations§
impl<T: Eq> Eq for MutCell<T>
Auto Trait Implementations§
impl<T> Freeze for MutCell<T>
impl<T> RefUnwindSafe for MutCell<T>
impl<T> Send for MutCell<T>
impl<T> Sync for MutCell<T>
impl<T> Unpin for MutCell<T>
impl<T> UnwindSafe for MutCell<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