Struct selectors::parser::LocalName
[−]
[src]
pub struct LocalName<Impl: SelectorImpl> { pub name: Impl::LocalName, pub lower_name: Impl::LocalName, }
Fields
name: Impl::LocalName
lower_name: Impl::LocalName
Trait Implementations
impl<Impl: Clone + SelectorImpl> Clone for LocalName<Impl> where
Impl::LocalName: Clone,
Impl::LocalName: Clone,
[src]
Impl::LocalName: Clone,
Impl::LocalName: Clone,
fn clone(&self) -> LocalName<Impl>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<Impl: Eq + SelectorImpl> Eq for LocalName<Impl> where
Impl::LocalName: Eq,
Impl::LocalName: Eq,
[src]
Impl::LocalName: Eq,
Impl::LocalName: Eq,
impl<Impl: PartialEq + SelectorImpl> PartialEq for LocalName<Impl> where
Impl::LocalName: PartialEq,
Impl::LocalName: PartialEq,
[src]
Impl::LocalName: PartialEq,
Impl::LocalName: PartialEq,
fn eq(&self, __arg_0: &LocalName<Impl>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &LocalName<Impl>) -> bool
[src]
This method tests for !=
.
impl<Impl: SelectorImpl> Debug for LocalName<Impl>
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more