pub struct Capacity8;Expand description
Constant cache capacity = 8.
Trait Implementations§
impl Eq for Capacity8
Source§impl Ord for Capacity8
impl Ord for Capacity8
1.21.0 (const: unstable) · 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 PartialOrd for Capacity8
impl PartialOrd for Capacity8
impl StructuralPartialEq for Capacity8
Auto Trait Implementations§
impl Freeze for Capacity8
impl RefUnwindSafe for Capacity8
impl Send for Capacity8
impl Sync for Capacity8
impl Unpin for Capacity8
impl UnsafeUnpin for Capacity8
impl UnwindSafe for Capacity8
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