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

pub enum NameSpace {
    Type,
    Value,
    Macro,
    Keyword,
}

Variants

Methods

impl NameSpace
[src]

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

Auto Trait Implementations

impl Send for NameSpace

impl Sync for NameSpace