pub struct Capacity64;Expand description
Constant cache capacity = 64.
Trait Implementations§
Source§impl Capacity for Capacity64
impl Capacity for Capacity64
Source§impl Clone for Capacity64
impl Clone for Capacity64
Source§fn clone(&self) -> Capacity64
fn clone(&self) -> Capacity64
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Capacity64
impl Debug for Capacity64
Source§impl Default for Capacity64
impl Default for Capacity64
Source§fn default() -> Capacity64
fn default() -> Capacity64
Returns the “default value” for a type. Read more
Source§impl Hash for Capacity64
impl Hash for Capacity64
Source§impl Ord for Capacity64
impl Ord for Capacity64
Source§fn cmp(&self, other: &Capacity64) -> Ordering
fn cmp(&self, other: &Capacity64) -> 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 Capacity64
impl PartialEq for Capacity64
Source§impl PartialOrd for Capacity64
impl PartialOrd for Capacity64
impl Eq for Capacity64
impl StructuralPartialEq for Capacity64
Auto Trait Implementations§
impl Freeze for Capacity64
impl RefUnwindSafe for Capacity64
impl Send for Capacity64
impl Sync for Capacity64
impl Unpin for Capacity64
impl UnwindSafe for Capacity64
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