pub struct Bare;Expand description
A request-neutral context: the request has been split out to its handler, so the context carries only the shared bits and the reply header.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bare
impl RefUnwindSafe for Bare
impl Send for Bare
impl Sync for Bare
impl Unpin for Bare
impl UnsafeUnpin for Bare
impl UnwindSafe for Bare
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