pub struct CRx<'c, T>(/* private fields */);
Expand description
Implementations§
Trait Implementations§
impl<'c, T> Copy for CRx<'c, T>
Auto Trait Implementations§
impl<'c, T> Freeze for CRx<'c, T>
impl<'c, T> RefUnwindSafe for CRx<'c, T>where
T: RefUnwindSafe,
impl<'c, T> Send for CRx<'c, T>where
T: Send,
impl<'c, T> Sync for CRx<'c, T>where
T: Sync,
impl<'c, T> Unpin for CRx<'c, T>where
T: Unpin,
impl<'c, T> UnwindSafe for CRx<'c, T>where
T: UnwindSafe,
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