Struct qrt_log_utils::metrics
source · pub struct metrics;
Trait Implementations§
source§impl HttpServiceFactory for metrics
impl HttpServiceFactory for metrics
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl RefUnwindSafe for metrics
impl Send for metrics
impl Sync for metrics
impl Unpin for metrics
impl UnwindSafe for metrics
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