Struct conjure_runtime::HostMetricsRegistry
source · pub struct HostMetricsRegistry(_);Expand description
A collection of metrics about requests to service hosts.
Implementations§
Trait Implementations§
source§impl Default for HostMetricsRegistry
impl Default for HostMetricsRegistry
source§fn default() -> HostMetricsRegistry
fn default() -> HostMetricsRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for HostMetricsRegistry
impl Send for HostMetricsRegistry
impl Sync for HostMetricsRegistry
impl Unpin for HostMetricsRegistry
impl !UnwindSafe for HostMetricsRegistry
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