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 TaskWatchOptionsimpl Send for TaskWatchOptionsimpl Sync for TaskWatchOptionsimpl Unpin for TaskWatchOptionsimpl UnwindSafe for TaskWatchOptionsBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V