Struct anor_utils::config::HttpConfig
source · pub struct HttpConfig {
pub listen_on: Vec<SocketAddr>,
pub enabled: bool,
}Fields§
§listen_on: Vec<SocketAddr>§enabled: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HttpConfig
impl Send for HttpConfig
impl Sync for HttpConfig
impl Unpin for HttpConfig
impl UnwindSafe for HttpConfig
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