Struct rust_web_server::http::HTTP
source · [−]pub struct HTTP;
Implementations
Auto Trait Implementations
impl RefUnwindSafe for HTTP
impl Send for HTTP
impl Sync for HTTP
impl Unpin for HTTP
impl UnwindSafe for HTTP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more