pub struct ApqStats {
pub total_queries: usize,
pub backend: String,
pub extra: Value,
}Expand description
Statistics about APQ storage
Fields§
§total_queries: usizeTotal number of stored queries
backend: StringStorage backend name
extra: ValueAdditional backend-specific stats (as JSON)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApqStats
impl RefUnwindSafe for ApqStats
impl Send for ApqStats
impl Sync for ApqStats
impl Unpin for ApqStats
impl UnsafeUnpin for ApqStats
impl UnwindSafe for ApqStats
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