Struct rustc_resolve::NameBinding
[−]
[src]
pub struct NameBinding<'a> { /* fields omitted */ }🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl<'a> Clone for NameBinding<'a>[src]
impl<'a> Clone for NameBinding<'a>fn clone(&self) -> NameBinding<'a>[src]
fn clone(&self) -> NameBinding<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Debug for NameBinding<'a>[src]
impl<'a> Debug for NameBinding<'a>fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> ToNameBinding<'a> for &'a NameBinding<'a>[src]
impl<'a> ToNameBinding<'a> for &'a NameBinding<'a>fn to_name_binding(self, _: &'a ResolverArenas<'a>) -> &'a NameBinding<'a>[src]
fn to_name_binding(self, _: &'a ResolverArenas<'a>) -> &'a NameBinding<'a>🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Auto Trait Implementations
impl<'a> !Send for NameBinding<'a>
impl<'a> !Send for NameBinding<'a>impl<'a> !Sync for NameBinding<'a>
impl<'a> !Sync for NameBinding<'a>