pub struct ConnectionCacheSweep {
pub used: ByteSize,
pub hits: Count,
pub misses: Count,
}Fields§
§used: ByteSize§hits: Count§misses: CountTrait Implementations§
Source§impl Clone for ConnectionCacheSweep
impl Clone for ConnectionCacheSweep
Source§fn clone(&self) -> ConnectionCacheSweep
fn clone(&self) -> ConnectionCacheSweep
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConnectionCacheSweep
Source§impl Debug for ConnectionCacheSweep
impl Debug for ConnectionCacheSweep
Source§impl Default for ConnectionCacheSweep
impl Default for ConnectionCacheSweep
Source§fn default() -> ConnectionCacheSweep
fn default() -> ConnectionCacheSweep
Returns the “default value” for a type. Read more
impl Eq for ConnectionCacheSweep
Source§impl PartialEq for ConnectionCacheSweep
impl PartialEq for ConnectionCacheSweep
impl StructuralPartialEq for ConnectionCacheSweep
Auto Trait Implementations§
impl Freeze for ConnectionCacheSweep
impl RefUnwindSafe for ConnectionCacheSweep
impl Send for ConnectionCacheSweep
impl Sync for ConnectionCacheSweep
impl Unpin for ConnectionCacheSweep
impl UnsafeUnpin for ConnectionCacheSweep
impl UnwindSafe for ConnectionCacheSweep
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