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