Implementations
Trait Implementations
Auto Trait Implementations
impl<'c, S, T, GetFn> RefUnwindSafe for DCRx<'c, S, T, GetFn> where
GetFn: RefUnwindSafe,
S: RefUnwindSafe,
impl<'c, S, T, GetFn> Send for DCRx<'c, S, T, GetFn> where
GetFn: Send,
S: Send,
impl<'c, S, T, GetFn> Sync for DCRx<'c, S, T, GetFn> where
GetFn: Sync,
S: Sync,
impl<'c, S, T, GetFn> Unpin for DCRx<'c, S, T, GetFn> where
GetFn: Unpin,
S: Unpin,
impl<'c, S, T, GetFn> UnwindSafe for DCRx<'c, S, T, GetFn> where
GetFn: UnwindSafe,
S: UnwindSafe,
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