Struct cli::types::ExtendOptions
source · pub struct ExtendOptions {
pub path: String,
pub optional: Option<bool>,
}
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§
source§impl Clone for ExtendOptions
impl Clone for ExtendOptions
source§fn clone(&self) -> ExtendOptions
fn clone(&self) -> ExtendOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExtendOptions
impl Debug for ExtendOptions
source§impl<'de> Deserialize<'de> for ExtendOptions
impl<'de> Deserialize<'de> for ExtendOptions
source§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