pub struct LoggingTargetConfig {
pub max_level: LevelFilter,
}Expand description
Configuration for a specific logging target.
Fields§
§max_level: LevelFilterMaximum log level for the target.
Trait Implementations§
Source§impl Debug for LoggingTargetConfig
impl Debug for LoggingTargetConfig
Source§impl<'de> Deserialize<'de> for LoggingTargetConfig
impl<'de> Deserialize<'de> for LoggingTargetConfig
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 LoggingTargetConfig
impl RefUnwindSafe for LoggingTargetConfig
impl Send for LoggingTargetConfig
impl Sync for LoggingTargetConfig
impl Unpin for LoggingTargetConfig
impl UnsafeUnpin for LoggingTargetConfig
impl UnwindSafe for LoggingTargetConfig
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