pub struct Contexts { /* private fields */ }
Expand description
A context for a view.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Contexts
impl !RefUnwindSafe for Contexts
impl !Send for Contexts
impl !Sync for Contexts
impl Unpin for Contexts
impl !UnwindSafe for Contexts
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