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