Struct cargo::core::resolver::EncodablePackageId [] [src]

pub struct EncodablePackageId {
    // some fields omitted
}

Trait Implementations

impl Encodable for EncodablePackageId

fn encode<S: Encoder>(&self, s: &mut S) -> Result<(), S::Error>

impl Decodable for EncodablePackageId

fn decode<D: Decoder>(d: &mut D) -> Result<EncodablePackageId, D::Error>

Derived Implementations

impl Eq for EncodablePackageId

impl PartialEq for EncodablePackageId

fn eq(&self, __arg_0: &EncodablePackageId) -> bool

fn ne(&self, __arg_0: &EncodablePackageId) -> bool

impl Ord for EncodablePackageId

fn cmp(&self, __arg_0: &EncodablePackageId) -> Ordering

impl PartialOrd for EncodablePackageId

fn partial_cmp(&self, __arg_0: &EncodablePackageId) -> Option<Ordering>

fn lt(&self, __arg_0: &EncodablePackageId) -> bool

fn le(&self, __arg_0: &EncodablePackageId) -> bool

fn gt(&self, __arg_0: &EncodablePackageId) -> bool

fn ge(&self, __arg_0: &EncodablePackageId) -> bool

impl Debug for EncodablePackageId

fn fmt(&self, __arg_0: &mut Formatter) -> Result