pub struct FlushReport {
pub replayed: usize,
pub remaining: usize,
}Expand description
Result of SpooledClient::flush.
Fields§
§replayed: usizeNumber of spooled entries successfully replayed into the daemon.
remaining: usizeNumber of entries still buffered (kept) after the flush stopped.
Trait Implementations§
Source§impl Debug for FlushReport
impl Debug for FlushReport
impl Eq for FlushReport
Source§impl PartialEq for FlushReport
impl PartialEq for FlushReport
Source§fn eq(&self, other: &FlushReport) -> bool
fn eq(&self, other: &FlushReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FlushReport
Auto Trait Implementations§
impl Freeze for FlushReport
impl RefUnwindSafe for FlushReport
impl Send for FlushReport
impl Sync for FlushReport
impl Unpin for FlushReport
impl UnsafeUnpin for FlushReport
impl UnwindSafe for FlushReport
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.