Struct rsincronlib::handler::WatchConfig
source · pub struct WatchConfig {
pub recursive: bool,
pub table_watch: bool,
}Fields§
§recursive: bool§table_watch: boolTrait Implementations§
source§impl Clone for WatchConfig
impl Clone for WatchConfig
source§fn clone(&self) -> WatchConfig
fn clone(&self) -> WatchConfig
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 Debug for WatchConfig
impl Debug for WatchConfig
source§impl Default for WatchConfig
impl Default for WatchConfig
source§impl Hash for WatchConfig
impl Hash for WatchConfig
source§impl PartialEq<WatchConfig> for WatchConfig
impl PartialEq<WatchConfig> for WatchConfig
source§fn eq(&self, other: &WatchConfig) -> bool
fn eq(&self, other: &WatchConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.