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