pub struct RcCell<A> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for RcCell<A>
impl<A> !RefUnwindSafe for RcCell<A>
impl<A> !Send for RcCell<A>
impl<A> !Sync for RcCell<A>
impl<A> Unpin for RcCell<A>
impl<A> !UnwindSafe for RcCell<A>
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