Struct rsincronlib::handler_config::HandlerConfig
source · pub struct HandlerConfig {
pub current_user: String,
pub home_directory: PathBuf,
pub watch_table: PathBuf,
pub poll_time: u64,
pub logging: LoggingConfig,
}Fields§
§current_user: String§home_directory: PathBuf§watch_table: PathBuf§poll_time: u64§logging: LoggingConfigImplementations§
Trait Implementations§
source§impl Clone for HandlerConfig
impl Clone for HandlerConfig
source§fn clone(&self) -> HandlerConfig
fn clone(&self) -> HandlerConfig
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 HandlerConfig
impl Default for HandlerConfig
source§impl<'de> Deserialize<'de> for HandlerConfigwhere
HandlerConfig: Default,
impl<'de> Deserialize<'de> for HandlerConfigwhere HandlerConfig: 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