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