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