pub struct ConfigLog {
pub access: Option<String>,
pub dns_log: Option<bool>,
pub error: Option<String>,
pub loglevel: Option<String>,
pub mask_address: Option<String>,
}Fields§
§access: Option<String>§dns_log: Option<bool>§error: Option<String>§loglevel: Option<String>§mask_address: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ConfigLog
impl<'de> Deserialize<'de> for ConfigLog
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ConfigLog
impl RefUnwindSafe for ConfigLog
impl Send for ConfigLog
impl Sync for ConfigLog
impl Unpin for ConfigLog
impl UnsafeUnpin for ConfigLog
impl UnwindSafe for ConfigLog
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