Struct cli::types::ExtendOptions [−][src]
Expand description
Extend with more fine tuning options
Fields
path: StringPath 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 ExtendOptionsimpl Send for ExtendOptionsimpl Sync for ExtendOptionsimpl Unpin for ExtendOptionsimpl UnwindSafe for ExtendOptionsBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V