Struct rustc_back::svh::SvhUnstable [-] [+] [src]

pub struct Svh {
    // some fields omitted
}

Methods

impl Svh

fn new(hash: &str) -> Svh

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

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

Trait Implementations

impl Display for Svh

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

Derived Implementations

impl Debug for Svh

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

impl PartialEq for Svh

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

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

impl Clone for Svh

fn clone(&self) -> Svh

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