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