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