Enum rustc_typeck::namespace::Namespace [−][src]
pub enum Namespace {
Type,
Value,
}🔬 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?
Variants
Type🔬 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?
Value🔬 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 Copy for Namespace[src]
impl Copy for Namespaceimpl Clone for Namespace[src]
impl Clone for Namespacefn clone(&self) -> Namespace[src]
fn clone(&self) -> NamespaceReturns 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 PartialEq for Namespace[src]
impl PartialEq for Namespacefn eq(&self, other: &Namespace) -> bool[src]
fn eq(&self, other: &Namespace) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Namespace[src]
impl Eq for Namespacefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl Debug for Namespace[src]
impl Debug for Namespacefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<AssociatedKind> for Namespace[src]
impl From<AssociatedKind> for Namespacefn from(a_kind: AssociatedKind) -> Self[src]
fn from(a_kind: AssociatedKind) -> SelfPerforms the conversion.
impl<'a> From<&'a ImplItemKind> for Namespace[src]
impl<'a> From<&'a ImplItemKind> for Namespacefn from(impl_kind: &'a ImplItemKind) -> Self[src]
fn from(impl_kind: &'a ImplItemKind) -> SelfPerforms the conversion.