Struct cli::types::ModifyConfig [−][src]
Expand description
Holds properties to modify the core tasks
Fields
private: Option<bool>If true, all core tasks will be set to private (default false)
namespace: Option<String>If set to some value, all core tasks are modified to: namespace::name for example default::build
Implementations
Returns true if config modifications is needed based on the current state
Returns the namespace prefix for task names
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 ModifyConfigimpl Send for ModifyConfigimpl Sync for ModifyConfigimpl Unpin for ModifyConfigimpl UnwindSafe for ModifyConfigBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V