pub struct WatcherPhaseConfig {
pub watchers: Vec<WatcherSpec>,
}Expand description
A phase configuration that contains watchers
Fields§
§watchers: Vec<WatcherSpec>Trait Implementations§
Source§impl Clone for WatcherPhaseConfig
impl Clone for WatcherPhaseConfig
Source§fn clone(&self) -> WatcherPhaseConfig
fn clone(&self) -> WatcherPhaseConfig
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 WatcherPhaseConfig
impl Debug for WatcherPhaseConfig
Source§impl Default for WatcherPhaseConfig
impl Default for WatcherPhaseConfig
Source§fn default() -> WatcherPhaseConfig
fn default() -> WatcherPhaseConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WatcherPhaseConfig
impl<'de> Deserialize<'de> for WatcherPhaseConfig
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 WatcherPhaseConfig
impl RefUnwindSafe for WatcherPhaseConfig
impl Send for WatcherPhaseConfig
impl Sync for WatcherPhaseConfig
impl Unpin for WatcherPhaseConfig
impl UnwindSafe for WatcherPhaseConfig
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