pub struct WatcherConfig { /* private fields */ }Implementations§
Source§impl WatcherConfig
impl WatcherConfig
Trait Implementations§
Source§impl Clone for WatcherConfig
impl Clone for WatcherConfig
Source§fn clone(&self) -> WatcherConfig
fn clone(&self) -> WatcherConfig
Returns a duplicate 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 WatcherConfig
impl Debug for WatcherConfig
Source§impl Default for WatcherConfig
impl Default for WatcherConfig
Source§fn default() -> WatcherConfig
fn default() -> WatcherConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WatcherConfigwhere
WatcherConfig: Default,
impl<'de> Deserialize<'de> for WatcherConfigwhere
WatcherConfig: 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
Source§impl Hash for WatcherConfig
impl Hash for WatcherConfig
Source§impl Ord for WatcherConfig
impl Ord for WatcherConfig
Source§fn cmp(&self, other: &WatcherConfig) -> Ordering
fn cmp(&self, other: &WatcherConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WatcherConfig
impl PartialEq for WatcherConfig
Source§impl PartialOrd for WatcherConfig
impl PartialOrd for WatcherConfig
Source§impl Serialize for WatcherConfig
impl Serialize for WatcherConfig
impl Eq for WatcherConfig
impl StructuralPartialEq for WatcherConfig
Auto Trait Implementations§
impl Freeze for WatcherConfig
impl RefUnwindSafe for WatcherConfig
impl Send for WatcherConfig
impl Sync for WatcherConfig
impl Unpin for WatcherConfig
impl UnwindSafe for WatcherConfig
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