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