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