pub struct TermLogConfig {
pub log_level: LogLevel,
}Fields§
§log_level: LogLevelTrait Implementations§
Source§impl Debug for TermLogConfig
impl Debug for TermLogConfig
Source§impl<'de> Deserialize<'de> for TermLogConfig
impl<'de> Deserialize<'de> for TermLogConfig
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 TermLogConfig
impl RefUnwindSafe for TermLogConfig
impl Send for TermLogConfig
impl Sync for TermLogConfig
impl Unpin for TermLogConfig
impl UnwindSafe for TermLogConfig
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