pub struct Capacity4096;Expand description
Constant cache capacity = 4096.
Trait Implementations§
Source§impl Capacity for Capacity4096
impl Capacity for Capacity4096
Source§impl Clone for Capacity4096
impl Clone for Capacity4096
Source§fn clone(&self) -> Capacity4096
fn clone(&self) -> Capacity4096
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 Capacity4096
impl Debug for Capacity4096
Source§impl Default for Capacity4096
impl Default for Capacity4096
Source§fn default() -> Capacity4096
fn default() -> Capacity4096
Returns the “default value” for a type. Read more
Source§impl Hash for Capacity4096
impl Hash for Capacity4096
Source§impl Ord for Capacity4096
impl Ord for Capacity4096
Source§fn cmp(&self, other: &Capacity4096) -> Ordering
fn cmp(&self, other: &Capacity4096) -> 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 Capacity4096
impl PartialEq for Capacity4096
Source§impl PartialOrd for Capacity4096
impl PartialOrd for Capacity4096
impl Eq for Capacity4096
impl StructuralPartialEq for Capacity4096
Auto Trait Implementations§
impl Freeze for Capacity4096
impl RefUnwindSafe for Capacity4096
impl Send for Capacity4096
impl Sync for Capacity4096
impl Unpin for Capacity4096
impl UnwindSafe for Capacity4096
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