Struct cli::types::EnvValuePathGlob [−][src]
pub struct EnvValuePathGlob {
pub glob: String,
pub include_files: Option<bool>,
pub include_dirs: Option<bool>,
pub ignore_type: Option<String>,
}Expand description
Env value holding a list of paths based on given glob definitions
Fields
glob: StringThe glob used to fetch all paths
include_files: Option<bool>True to include files (default is true if undefined)
include_dirs: Option<bool>True to include directories (default is true if undefined)
ignore_type: Option<String>Enables to respect ignore files
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 EnvValuePathGlobimpl Send for EnvValuePathGlobimpl Sync for EnvValuePathGlobimpl Unpin for EnvValuePathGlobimpl UnwindSafe for EnvValuePathGlobBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V