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 for PrefixStaticSet
 
impl PartialEq for PrefixStaticSet
Source§impl PartialOrd for PrefixStaticSet
 
impl PartialOrd for PrefixStaticSet
Source§impl StaticAtomSet for PrefixStaticSet
 
impl StaticAtomSet for PrefixStaticSet
impl Eq for PrefixStaticSet
impl StructuralPartialEq for PrefixStaticSet
Auto Trait Implementations§
impl Freeze for PrefixStaticSet
impl RefUnwindSafe for PrefixStaticSet
impl Send for PrefixStaticSet
impl Sync for PrefixStaticSet
impl Unpin for PrefixStaticSet
impl UnwindSafe for PrefixStaticSet
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