[−][src]Struct cli::types::ModifyConfig
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
impl ModifyConfig[src]
pub fn is_modifications_defined(self: &ModifyConfig) -> bool[src]
Returns true if config modifications is needed based on the current state
pub fn get_namespace_prefix(self: &ModifyConfig) -> String[src]
Returns the namespace prefix for task names
Trait Implementations
impl Clone for ModifyConfig[src]
fn clone(&self) -> ModifyConfig[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ModifyConfig[src]
impl<'de> Deserialize<'de> for ModifyConfig[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for ModifyConfig[src]
Auto Trait Implementations
impl RefUnwindSafe for ModifyConfig[src]
impl Send for ModifyConfig[src]
impl Sync for ModifyConfig[src]
impl Unpin for ModifyConfig[src]
impl UnwindSafe for ModifyConfig[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,