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 for NamespaceStaticSet
impl PartialEq 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 for NamespaceStaticSet
impl PartialOrd 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 moresource§impl StaticAtomSet for NamespaceStaticSet
impl StaticAtomSet for NamespaceStaticSet
impl Eq for NamespaceStaticSet
impl StructuralPartialEq for NamespaceStaticSet
Auto Trait Implementations§
impl Freeze for NamespaceStaticSet
impl RefUnwindSafe for NamespaceStaticSet
impl Send for NamespaceStaticSet
impl Sync for NamespaceStaticSet
impl Unpin for NamespaceStaticSet
impl UnwindSafe for NamespaceStaticSet
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more