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