pub struct CachestrStaticSet;
Trait Implementations§
Source§impl Ord for CachestrStaticSet
impl Ord for CachestrStaticSet
Source§fn cmp(&self, other: &CachestrStaticSet) -> Ordering
fn cmp(&self, other: &CachestrStaticSet) -> 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 CachestrStaticSet
impl PartialEq for CachestrStaticSet
Source§impl PartialOrd for CachestrStaticSet
impl PartialOrd for CachestrStaticSet
Source§impl StaticAtomSet for CachestrStaticSet
impl StaticAtomSet for CachestrStaticSet
impl Eq for CachestrStaticSet
impl StructuralPartialEq for CachestrStaticSet
Auto Trait Implementations§
impl Freeze for CachestrStaticSet
impl RefUnwindSafe for CachestrStaticSet
impl Send for CachestrStaticSet
impl Sync for CachestrStaticSet
impl Unpin for CachestrStaticSet
impl UnwindSafe for CachestrStaticSet
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