pub struct HttpConfiguration {
pub port: u16,
pub addr: IpAddr,
}
Fields§
§port: u16
§addr: IpAddr
Trait Implementations§
Source§impl Debug for HttpConfiguration
impl Debug for HttpConfiguration
Auto Trait Implementations§
impl Freeze for HttpConfiguration
impl RefUnwindSafe for HttpConfiguration
impl Send for HttpConfiguration
impl Sync for HttpConfiguration
impl Unpin for HttpConfiguration
impl UnwindSafe for HttpConfiguration
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