pub struct MutRc<T>(/* private fields */);
Implementations§
Source§impl<T> MutRc<T>where
T: ConditionallySendSync,
impl<T> MutRc<T>where
T: ConditionallySendSync,
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for MutRc<T>
impl<T> !RefUnwindSafe for MutRc<T>
impl<T> Send for MutRc<T>where
T: Send,
impl<T> Sync for MutRc<T>where
T: Send,
impl<T> Unpin for MutRc<T>
impl<T> !UnwindSafe for MutRc<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