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