pub struct EmptyStaticAtomSet;Expand description
An empty static atom set for when only dynamic strings will be added
Trait Implementations§
source§impl Ord for EmptyStaticAtomSet
 
impl Ord for EmptyStaticAtomSet
source§fn cmp(&self, other: &EmptyStaticAtomSet) -> Ordering
 
fn cmp(&self, other: &EmptyStaticAtomSet) -> 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 EmptyStaticAtomSet
 
impl PartialEq for EmptyStaticAtomSet
source§impl PartialOrd for EmptyStaticAtomSet
 
impl PartialOrd for EmptyStaticAtomSet
source§impl StaticAtomSet for EmptyStaticAtomSet
 
impl StaticAtomSet for EmptyStaticAtomSet
impl Eq for EmptyStaticAtomSet
impl StructuralPartialEq for EmptyStaticAtomSet
Auto Trait Implementations§
impl Freeze for EmptyStaticAtomSet
impl RefUnwindSafe for EmptyStaticAtomSet
impl Send for EmptyStaticAtomSet
impl Sync for EmptyStaticAtomSet
impl Unpin for EmptyStaticAtomSet
impl UnwindSafe for EmptyStaticAtomSet
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