pub struct HttpServer { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for HttpServer
impl Default for HttpServer
Source§fn default() -> HttpServer
fn default() -> HttpServer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpServer
impl RefUnwindSafe for HttpServer
impl Send for HttpServer
impl Sync for HttpServer
impl Unpin for HttpServer
impl UnwindSafe for HttpServer
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