Enum rustdoc::html::item_type::NameSpace [−][src]
pub enum NameSpace { Type, Value, Macro, Keyword, }
Variants
Type
Value
Macro
Keyword
Methods
impl NameSpace
[src]
impl NameSpace
pub fn to_static_str(&self) -> &'static str
[src]
pub fn to_static_str(&self) -> &'static str
Trait Implementations
impl Copy for NameSpace
[src]
impl Copy for NameSpace
impl Eq for NameSpace
[src]
impl Eq for NameSpace
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl PartialEq for NameSpace
[src]
impl PartialEq for NameSpace
fn eq(&self, other: &NameSpace) -> bool
[src]
fn eq(&self, other: &NameSpace) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Clone for NameSpace
[src]
impl Clone for NameSpace
fn clone(&self) -> NameSpace
[src]
fn clone(&self) -> NameSpace
Returns 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 Display for NameSpace
[src]
impl Display for NameSpace