Expand description
View and mutate part of a Var
Implementations
Trait Implementations
Auto Trait Implementations
impl<'c, S, T, GetFn, SetFn> RefUnwindSafe for DVar<'c, S, T, GetFn, SetFn> where
GetFn: RefUnwindSafe,
S: RefUnwindSafe,
SetFn: RefUnwindSafe,
impl<'c, S, T, GetFn, SetFn> Send for DVar<'c, S, T, GetFn, SetFn> where
GetFn: Send,
S: Send,
SetFn: Send,
impl<'c, S, T, GetFn, SetFn> Sync for DVar<'c, S, T, GetFn, SetFn> where
GetFn: Sync,
S: Sync,
SetFn: Sync,
impl<'c, S, T, GetFn, SetFn> Unpin for DVar<'c, S, T, GetFn, SetFn> where
GetFn: Unpin,
S: Unpin,
SetFn: Unpin,
impl<'c, S, T, GetFn, SetFn> UnwindSafe for DVar<'c, S, T, GetFn, SetFn> where
GetFn: UnwindSafe,
S: UnwindSafe,
SetFn: 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