Struct cli::types::ModifyConfig
source ·
[−]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 ModifyConfig
impl Send for ModifyConfig
impl Sync for ModifyConfig
impl Unpin for ModifyConfig
impl UnwindSafe for ModifyConfig
Blanket Implementations
Mutably borrows from an owned value. Read more