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