pub struct StatsdUdpSink { /* private fields */ }Expand description
Fire-and-forget DogStatsD emitter over UDP. Send failures are silently dropped, matching statsd semantics: stats must never take down or slow the caller.
Implementations§
Source§impl StatsdUdpSink
impl StatsdUdpSink
Auto Trait Implementations§
impl Freeze for StatsdUdpSink
impl RefUnwindSafe for StatsdUdpSink
impl Send for StatsdUdpSink
impl Sync for StatsdUdpSink
impl Unpin for StatsdUdpSink
impl UnsafeUnpin for StatsdUdpSink
impl UnwindSafe for StatsdUdpSink
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