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