pub struct Http1Server;Expand description
HTTP/1.1 server implementation
Trait Implementations§
Source§impl HttpServer for Http1Server
impl HttpServer for Http1Server
Auto Trait Implementations§
impl Freeze for Http1Server
impl RefUnwindSafe for Http1Server
impl Send for Http1Server
impl Sync for Http1Server
impl Unpin for Http1Server
impl UnwindSafe for Http1Server
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