Struct rustc::back::svh::SvhExperimental [-]  [+] [src]

pub struct Svh {
    // some fields omitted
}

Methods

impl Svh

fn new(hash: &str) -> Svh

fn as_str(&'a self) -> &'a str

fn calculate(metadata: &Vec<String>, krate: &Crate) -> Svh

Trait Implementations

impl Show for Svh

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

Derived Implementations

impl PartialEq<Svh> for Svh

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

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

fn ne(&self, &Svh) -> bool

impl Clone for Svh

fn clone(&self) -> Svh

fn clone_from(&mut self, &Svh)