Struct markup5ever::LocalNameStaticSet
source · pub struct LocalNameStaticSet;
Trait Implementations§
source§impl Ord for LocalNameStaticSet
impl Ord for LocalNameStaticSet
source§fn cmp(&self, other: &LocalNameStaticSet) -> Ordering
fn cmp(&self, other: &LocalNameStaticSet) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<LocalNameStaticSet> for LocalNameStaticSet
impl PartialEq<LocalNameStaticSet> for LocalNameStaticSet
source§fn eq(&self, other: &LocalNameStaticSet) -> bool
fn eq(&self, other: &LocalNameStaticSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<LocalNameStaticSet> for LocalNameStaticSet
impl PartialOrd<LocalNameStaticSet> for LocalNameStaticSet
source§fn partial_cmp(&self, other: &LocalNameStaticSet) -> Option<Ordering>
fn partial_cmp(&self, other: &LocalNameStaticSet) -> Option<Ordering>
1.0.0 · source§fn 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