pub enum IndexWorkResource {
Entries,
SourceBytes,
TextBytes,
PurposeBytes,
PurposeRecords,
SymbolJobs,
SymbolRows,
RelationRows,
OutputBytes,
Workers,
}Expand description
Closed resources governed by indexing limits.
Variants§
Entries
Repository entries considered by a scanner.
SourceBytes
Total source bytes admitted for exact content hashing.
TextBytes
Total UTF-8 source bytes retained for one text-index publication.
PurposeBytes
Authored purpose and publication-input bytes inspected by one refresh.
PurposeRecords
Normalized legacy purpose records admitted by one refresh.
SymbolJobs
Symbol parse results retained before sequential persistence.
SymbolRows
Symbol rows admitted by one index publication.
RelationRows
Relation rows admitted by one index publication.
OutputBytes
Retained parser-output string bytes admitted by one index publication.
Workers
Parallel workers used by one indexing operation.
Trait Implementations§
Source§impl Clone for IndexWorkResource
impl Clone for IndexWorkResource
Source§fn clone(&self) -> IndexWorkResource
fn clone(&self) -> IndexWorkResource
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 IndexWorkResource
impl Debug for IndexWorkResource
Source§impl Display for IndexWorkResource
impl Display for IndexWorkResource
Source§impl PartialEq for IndexWorkResource
impl PartialEq for IndexWorkResource
impl Copy for IndexWorkResource
impl Eq for IndexWorkResource
impl StructuralPartialEq for IndexWorkResource
Auto Trait Implementations§
impl Freeze for IndexWorkResource
impl RefUnwindSafe for IndexWorkResource
impl Send for IndexWorkResource
impl Sync for IndexWorkResource
impl Unpin for IndexWorkResource
impl UnwindSafe for IndexWorkResource
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.