Struct cli::types::ExtendOptions
source ·
[−]Expand description
Extend with more fine tuning options
Fields
path: String
Path to another makefile
optional: Option<bool>
Enable optional extend (default to false)
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 ExtendOptions
impl Send for ExtendOptions
impl Sync for ExtendOptions
impl Unpin for ExtendOptions
impl UnwindSafe for ExtendOptions
Blanket Implementations
Mutably borrows from an owned value. Read more