pub struct With<V, T> { /* private fields */ }Expand description
A wrapper allows a view to carry an additional value without affecting its rendering.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V, T> Freeze for With<V, T>
impl<V, T> RefUnwindSafe for With<V, T>where
V: RefUnwindSafe,
T: RefUnwindSafe,
impl<V, T> Send for With<V, T>
impl<V, T> Sync for With<V, T>
impl<V, T> Unpin for With<V, T>
impl<V, T> UnwindSafe for With<V, T>where
V: 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