pub struct WithContext;Expand description
Marker: context requested in response.
Auto Trait Implementations§
impl Freeze for WithContext
impl RefUnwindSafe for WithContext
impl Send for WithContext
impl Sync for WithContext
impl Unpin for WithContext
impl UnsafeUnpin for WithContext
impl UnwindSafe for WithContext
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