Struct rustc_resolve::PerNS [] [src]

pub struct PerNS<T> { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl<T: Clone> Clone for PerNS<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Default> Default for PerNS<T>
[src]

Returns the "default value" for a type. Read more

impl<T: Debug> Debug for PerNS<T>
[src]

Formats the value using the given formatter.

impl<T> Index<Namespace> for PerNS<T>
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl<T> IndexMut<Namespace> for PerNS<T>
[src]

The method for the mutable indexing (container[index]) operation