Struct chitey_server::web_server::ContextImpl
source · pub struct ContextImpl { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ContextImpl
impl Send for ContextImpl
impl Sync for ContextImpl
impl Unpin for ContextImpl
impl !UnwindSafe for ContextImpl
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