pub struct Val<T, F = fn(Update<'_, T>)> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, F = fn(Update<'_, T>)> !Freeze for Val<T, F>
impl<T, F = fn(Update<'_, T>)> !RefUnwindSafe for Val<T, F>
impl<T, F> Send for Val<T, F>
impl<T, F = fn(Update<'_, T>)> !Sync for Val<T, F>
impl<T, F> Unpin for Val<T, F>
impl<T, F> UnwindSafe for Val<T, F>where
F: UnwindSafe,
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