Struct xml5ever::LocalNameStaticSet
source · [−]pub struct LocalNameStaticSet;
Trait Implementations
sourceimpl Ord for LocalNameStaticSet
impl Ord for LocalNameStaticSet
sourceimpl PartialOrd<LocalNameStaticSet> for LocalNameStaticSet
impl PartialOrd<LocalNameStaticSet> for LocalNameStaticSet
sourcefn partial_cmp(&self, other: &LocalNameStaticSet) -> Option<Ordering>
fn partial_cmp(&self, other: &LocalNameStaticSet) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl StaticAtomSet for LocalNameStaticSet
impl StaticAtomSet for LocalNameStaticSet
sourcefn empty_string_index() -> u32
fn empty_string_index() -> u32
Get the index of the empty string, which is in every set and is used for Atom::default
.
impl Eq for LocalNameStaticSet
impl StructuralEq for LocalNameStaticSet
impl StructuralPartialEq for LocalNameStaticSet
Auto Trait Implementations
impl RefUnwindSafe for LocalNameStaticSet
impl Send for LocalNameStaticSet
impl Sync for LocalNameStaticSet
impl Unpin for LocalNameStaticSet
impl UnwindSafe for LocalNameStaticSet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more