pub struct ViewContext<'v, T>where
T: View,{ /* private fields */ }Implementations§
Source§impl<'v, T> ViewContext<'v, T>where
T: View,
impl<'v, T> ViewContext<'v, T>where
T: View,
Trait Implementations§
Auto Trait Implementations§
impl<'v, T> Freeze for ViewContext<'v, T>
impl<'v, T> RefUnwindSafe for ViewContext<'v, T>
impl<'v, T> Send for ViewContext<'v, T>
impl<'v, T> Sync for ViewContext<'v, T>
impl<'v, T> Unpin for ViewContext<'v, T>
impl<'v, T> UnwindSafe for ViewContext<'v, T>
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