Enum rustdoc::html::item_type::NameSpace [] [src]

pub enum NameSpace {
    Type,
    Value,
    Macro,
}
🔬 This is a nightly-only experimental API. (rustdoc)

Variants

🔬 This is a nightly-only experimental API. (rustdoc)
🔬 This is a nightly-only experimental API. (rustdoc)
🔬 This is a nightly-only experimental API. (rustdoc)

Methods

impl NameSpace
[src]

🔬 This is a nightly-only experimental API. (rustdoc)

Trait Implementations

impl Copy for NameSpace
[src]

impl Eq for NameSpace
[src]

impl PartialEq for NameSpace
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for NameSpace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for NameSpace
[src]

Formats the value using the given formatter. Read more