Struct cli::types::Workspace [−][src]
Expand description
Holds crate workspace info, see http://doc.crates.io/manifest.html#the-workspace-section
Fields
members: Option<Vec<String>>
members paths
exclude: Option<Vec<String>>
exclude paths
Implementations
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 Workspace
impl UnwindSafe for Workspace
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V