pub struct DCRx<'c, S, T, GetFn: Fn(&S) -> &T> { /* private fields */ }
Expand description
View a part of a CRx.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'c, S, T, GetFn> Freeze for DCRx<'c, S, T, GetFn>where
GetFn: Freeze,
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>
impl<'c, S, T, GetFn> Sync for DCRx<'c, S, T, GetFn>
impl<'c, S, T, GetFn> Unpin for DCRx<'c, S, T, GetFn>
impl<'c, S, T, GetFn> UnwindSafe for DCRx<'c, S, T, GetFn>where
GetFn: UnwindSafe,
S: 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