pub struct DebugStats {
pub api_calls: u64,
pub compressions: u64,
pub memory_saves: u64,
pub tool_calls: u64,
}Expand description
Debug statistics
Fields§
§api_calls: u64§compressions: u64§memory_saves: u64§tool_calls: u64Implementations§
Trait Implementations§
Source§impl Clone for DebugStats
impl Clone for DebugStats
Source§fn clone(&self) -> DebugStats
fn clone(&self) -> DebugStats
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 moreAuto Trait Implementations§
impl Freeze for DebugStats
impl RefUnwindSafe for DebugStats
impl Send for DebugStats
impl Sync for DebugStats
impl Unpin for DebugStats
impl UnsafeUnpin for DebugStats
impl UnwindSafe for DebugStats
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