Enum cli::types::TaskWatchOptions [−][src]
pub enum TaskWatchOptions { Boolean(bool), Options(WatchOptions), }
Expand description
Holds watch options or simple true/false value
Variants
Boolean(bool)
True/False to enable/disable watch
Options(WatchOptions)
Extended configuration for watch
Trait Implementations
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 RefUnwindSafe for TaskWatchOptions
impl Send for TaskWatchOptions
impl Sync for TaskWatchOptions
impl Unpin for TaskWatchOptions
impl UnwindSafe for TaskWatchOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V