pub struct ClearStats {
pub responses_cleared: usize,
pub files_cleared: usize,
}Fields§
§responses_cleared: usize§files_cleared: usizeTrait Implementations§
Source§impl Default for ClearStats
impl Default for ClearStats
Source§fn default() -> ClearStats
fn default() -> ClearStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClearStats
impl RefUnwindSafe for ClearStats
impl Send for ClearStats
impl Sync for ClearStats
impl Unpin for ClearStats
impl UnsafeUnpin for ClearStats
impl UnwindSafe for ClearStats
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