Struct markup5ever::PrefixStaticSet
source · pub struct PrefixStaticSet;
Trait Implementations§
source§impl Ord for PrefixStaticSet
impl Ord for PrefixStaticSet
source§fn cmp(&self, other: &PrefixStaticSet) -> Ordering
fn cmp(&self, other: &PrefixStaticSet) -> 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<PrefixStaticSet> for PrefixStaticSet
impl PartialEq<PrefixStaticSet> for PrefixStaticSet
source§fn eq(&self, other: &PrefixStaticSet) -> bool
fn eq(&self, other: &PrefixStaticSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PrefixStaticSet> for PrefixStaticSet
impl PartialOrd<PrefixStaticSet> for PrefixStaticSet
source§fn partial_cmp(&self, other: &PrefixStaticSet) -> Option<Ordering>
fn partial_cmp(&self, other: &PrefixStaticSet) -> 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