pub struct Context<'var> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'var> Freeze for Context<'var>
impl<'var> RefUnwindSafe for Context<'var>
impl<'var> !Send for Context<'var>
impl<'var> !Sync for Context<'var>
impl<'var> Unpin for Context<'var>
impl<'var> UnwindSafe for Context<'var>
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