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