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 moreSource§impl Debug for FlushReason
impl Debug for FlushReason
Source§impl PartialEq for FlushReason
impl PartialEq for FlushReason
Source§fn eq(&self, other: &FlushReason) -> bool
fn eq(&self, other: &FlushReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FlushReason
impl Eq 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more