pub enum FlushReason {
Rows,
Bytes,
Linger,
Drain,
}Expand description
Why a sink batch was sealed and flushed.
Variants§
Rows
max_rows reached.
Bytes
max_bytes reached.
Linger
Linger deadline expired.
Drain
Drain (shutdown or revocation) forced the seal.
Trait Implementations§
Source§impl Clone for FlushReason
impl Clone for FlushReason
Source§fn clone(&self) -> FlushReason
fn clone(&self) -> FlushReason
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlushReason
Source§impl Debug for FlushReason
impl Debug for FlushReason
impl Eq for FlushReason
Source§impl PartialEq for FlushReason
impl PartialEq for FlushReason
impl StructuralPartialEq for FlushReason
Auto Trait Implementations§
impl Freeze for FlushReason
impl RefUnwindSafe for FlushReason
impl Send for FlushReason
impl Sync for FlushReason
impl Unpin for FlushReason
impl UnsafeUnpin for FlushReason
impl UnwindSafe for FlushReason
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.