Struct html5ever::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§impl PartialOrd for NamespaceStaticSet
impl PartialOrd for NamespaceStaticSet
source§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