pub struct MetricsQuery;Expand description
MetricsQuery
Read-only query façade over metric snapshots. Responsible for mapping, sorting, and pagination only.
Implementations§
Source§impl MetricsQuery
impl MetricsQuery
pub fn page(kind: MetricsKind, page: PageRequest) -> Page<MetricEntry>
Auto Trait Implementations§
impl Freeze for MetricsQuery
impl RefUnwindSafe for MetricsQuery
impl Send for MetricsQuery
impl Sync for MetricsQuery
impl Unpin for MetricsQuery
impl UnsafeUnpin for MetricsQuery
impl UnwindSafe for MetricsQuery
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