pub struct Noop;Expand description
A object implementing Collect which is not interested in actual metrics
Trait Implementations§
Source§impl Collect for Noop
impl Collect for Noop
Source§fn connection_attempt(&self)
fn connection_attempt(&self)
We started establishing connection Read more
Source§fn connection_error(&self)
fn connection_error(&self)
Error establishing connection
Source§fn connection_abort(&self)
fn connection_abort(&self)
Aborted connection attempt (name changed, and doesn’t include address)
Source§fn connection(&self)
fn connection(&self)
Connection established successfully
Source§fn disconnect(&self)
fn disconnect(&self)
Connection closed (usully means name changed)
Source§fn blacklist_add(&self)
fn blacklist_add(&self)
Host address added to a blacklist (i.e. connection error)
Source§fn blacklist_remove(&self)
fn blacklist_remove(&self)
Host address removed from a blacklist Read more
Source§fn request_queued(&self)
fn request_queued(&self)
Request queued in the internal queue
Source§fn request_forwarded(&self)
fn request_forwarded(&self)
Request unqueued from the internal queue and forwarded to a sink Read more
Source§fn pool_closed(&self)
fn pool_closed(&self)
Connection pool is closed
Auto Trait Implementations§
impl Freeze for Noop
impl RefUnwindSafe for Noop
impl Send for Noop
impl Sync for Noop
impl Unpin for Noop
impl UnwindSafe for Noop
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