pub struct SymbolBatchRead {
pub rows: Vec<CodeSymbol>,
pub truncated: bool,
pub reached_limit: Option<SymbolBatchReadLimit>,
pub work: SymbolBatchReadWork,
}Expand description
Bounded symbols and truncation state returned for exact paths.
Fields§
§rows: Vec<CodeSymbol>Deterministically ordered persisted symbols.
truncated: boolWhether a path, row, or decoded-byte bound omitted rows.
reached_limit: Option<SymbolBatchReadLimit>First deterministic database limit that omitted symbol rows.
work: SymbolBatchReadWorkExact work retained by this database read.
Trait Implementations§
Source§impl Clone for SymbolBatchRead
impl Clone for SymbolBatchRead
Source§fn clone(&self) -> SymbolBatchRead
fn clone(&self) -> SymbolBatchRead
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 SymbolBatchRead
impl Debug for SymbolBatchRead
Source§impl Default for SymbolBatchRead
impl Default for SymbolBatchRead
Source§fn default() -> SymbolBatchRead
fn default() -> SymbolBatchRead
Returns the “default value” for a type. Read more
Source§impl PartialEq for SymbolBatchRead
impl PartialEq for SymbolBatchRead
impl Eq for SymbolBatchRead
impl StructuralPartialEq for SymbolBatchRead
Auto Trait Implementations§
impl Freeze for SymbolBatchRead
impl RefUnwindSafe for SymbolBatchRead
impl Send for SymbolBatchRead
impl Sync for SymbolBatchRead
impl Unpin for SymbolBatchRead
impl UnwindSafe for SymbolBatchRead
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