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