Struct rsincronlib::handler_config::LoggingConfig
source · pub struct LoggingConfig {
pub file: PathBuf,
pub stdout: bool,
pub level: LevelFilter,
}Fields§
§file: PathBuf§stdout: bool§level: LevelFilterTrait Implementations§
source§impl Clone for LoggingConfig
impl Clone for LoggingConfig
source§fn clone(&self) -> LoggingConfig
fn clone(&self) -> LoggingConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for LoggingConfig
impl Default for LoggingConfig
source§impl<'de> Deserialize<'de> for LoggingConfigwhere
LoggingConfig: Default,
impl<'de> Deserialize<'de> for LoggingConfigwhere LoggingConfig: Default,
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