Enum rustdoc::html::item_type::NameSpace
[−]
[src]
pub enum NameSpace {
Type,
Value,
Macro,
}🔬 This is a nightly-only experimental API. (
rustdoc)Variants
Type🔬 This is a nightly-only experimental API. (
rustdoc)Value🔬 This is a nightly-only experimental API. (
rustdoc)Macro🔬 This is a nightly-only experimental API. (
rustdoc)Methods
impl NameSpace[src]
fn to_static_str(&self) -> &'static str
🔬 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]
fn eq(&self, __arg_0: &NameSpace) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Clone for NameSpace[src]
fn clone(&self) -> NameSpace
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more