Struct cargo::core::package_id::Metadata [] [src]

pub struct Metadata {
    pub metadata: String,
    pub extra_filename: String,
}

Fields

metadata
extra_filename

Methods

impl Metadata

fn mix<T: Hash>(&mut self, t: &T)

Trait Implementations

Derived Implementations

impl Debug for Metadata

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

impl Encodable for Metadata

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Clone for Metadata

fn clone(&self) -> Metadata

fn clone_from(&mut self, source: &Self)

impl Hash for Metadata

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for Metadata

impl PartialEq for Metadata

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

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