pub struct HttpBuilder { /* private fields */ }Expand description
Builder for Http.
Implementations§
Source§impl HttpBuilder
impl HttpBuilder
pub fn listen<VALUE: Into<SocketAddr>>(self, value: VALUE) -> Self
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for HttpBuilder
impl !RefUnwindSafe for HttpBuilder
impl Send for HttpBuilder
impl Sync for HttpBuilder
impl Unpin for HttpBuilder
impl !UnwindSafe for HttpBuilder
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