pub struct BucketStats {
pub bucket_size: usize,
pub available: usize,
pub max_per_bucket: usize,
}Fields§
§bucket_size: usize§available: usize§max_per_bucket: usizeTrait Implementations§
Source§impl Clone for BucketStats
impl Clone for BucketStats
Source§fn clone(&self) -> BucketStats
fn clone(&self) -> BucketStats
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 moreAuto Trait Implementations§
impl Freeze for BucketStats
impl RefUnwindSafe for BucketStats
impl Send for BucketStats
impl Sync for BucketStats
impl Unpin for BucketStats
impl UnwindSafe for BucketStats
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