Struct rust_playground_top_crates::DependencySpec [−][src]
pub struct DependencySpec {
pub package: String,
pub version: String,
pub features: Vec<String>,
pub default_features: bool,
}
Fields
package: String
version: String
features: Vec<String>
default_features: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DependencySpec
impl Send for DependencySpec
impl Sync for DependencySpec
impl Unpin for DependencySpec
impl UnwindSafe for DependencySpec
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more