pub enum SymbolBatchReadLimit {
Paths,
Rows,
DecodedBytes,
}Expand description
Closed database limits that can truncate an exact-path symbol batch.
Variants§
Paths
More unique paths were requested than the batch admits.
Rows
More symbol rows matched than the batch admits.
DecodedBytes
The next symbol row crossed the decoded-byte envelope.
Trait Implementations§
Source§impl Clone for SymbolBatchReadLimit
impl Clone for SymbolBatchReadLimit
Source§fn clone(&self) -> SymbolBatchReadLimit
fn clone(&self) -> SymbolBatchReadLimit
Returns a duplicate of the value. Read more
1.0.0 · 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 SymbolBatchReadLimit
impl Debug for SymbolBatchReadLimit
Source§impl PartialEq for SymbolBatchReadLimit
impl PartialEq for SymbolBatchReadLimit
impl Copy for SymbolBatchReadLimit
impl Eq for SymbolBatchReadLimit
impl StructuralPartialEq for SymbolBatchReadLimit
Auto Trait Implementations§
impl Freeze for SymbolBatchReadLimit
impl RefUnwindSafe for SymbolBatchReadLimit
impl Send for SymbolBatchReadLimit
impl Sync for SymbolBatchReadLimit
impl Unpin for SymbolBatchReadLimit
impl UnwindSafe for SymbolBatchReadLimit
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
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