Struct cargo::core::dependency::SerializedDependency
[−]
[src]
pub struct SerializedDependency {
// some fields omitted
}pub struct SerializedDependency {
// some fields omitted
}impl SerializedDependencyfn from_dependency(dep: &Dependency) -> SerializedDependencyimpl Encodable for SerializedDependencyimpl Clone for SerializedDependencyfn clone(&self) -> SerializedDependencyfn clone_from(&mut self, source: &Self)impl PartialEq for SerializedDependencyfn eq(&self, __arg_0: &SerializedDependency) -> boolfn ne(&self, __arg_0: &SerializedDependency) -> bool