pub struct SinkStats {
pub name: &'static str,
pub failures: u64,
}Expand description
Failure counter for one configured sink label.
Fields§
§name: &'static strStable sink implementation label.
failures: u64Controlled delivery failures for that sink.
Trait Implementations§
impl Copy for SinkStats
impl Eq for SinkStats
impl StructuralPartialEq for SinkStats
Auto Trait Implementations§
impl Freeze for SinkStats
impl RefUnwindSafe for SinkStats
impl Send for SinkStats
impl Sync for SinkStats
impl Unpin for SinkStats
impl UnsafeUnpin for SinkStats
impl UnwindSafe for SinkStats
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