pub struct CRx<'c, T>(_);Expand description
Index into the DAG which will give you a computed Rx value.
However, to get the value you need a shared reference to the DAG.
You cannot set the value because it’s computed from other values.
Implementations
Trait Implementations
impl<'c, T> Copy for CRx<'c, T>
Auto Trait Implementations
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
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