pub struct ReadFlags(/* private fields */);Expand description
Read-result flag bitset per read-protocol.md § 5 / § 6.
Bits reserved but not issued in v1 (part of the stable on-wire
layout, always clear): bit 1 (was CONFLICT), bit 5 (was
CROSS_WORKSPACE), bit 6 (was CONTESTED). See spec note.
Implementations§
Source§impl ReadFlags
impl ReadFlags
Sourcepub const STALE_SYMBOL: u32
pub const STALE_SYMBOL: u32
At least one kept record references a retired symbol.
Sourcepub const LOW_CONFIDENCE: u32
pub const LOW_CONFIDENCE: u32
At least one kept record’s confidence is below the query’s
:confidence_threshold (default 0.5).
Sourcepub const PROJECTED_PRESENT: u32
pub const PROJECTED_PRESENT: u32
At least one kept record has flags.projected.
Sourcepub const EXPLAIN_FILTERED_ACTIVE: u32
pub const EXPLAIN_FILTERED_ACTIVE: u32
:explain_filtered is active for this query; filtered may
be non-empty.
Trait Implementations§
impl Copy for ReadFlags
impl Eq for ReadFlags
impl StructuralPartialEq for ReadFlags
Auto Trait Implementations§
impl Freeze for ReadFlags
impl RefUnwindSafe for ReadFlags
impl Send for ReadFlags
impl Sync for ReadFlags
impl Unpin for ReadFlags
impl UnsafeUnpin for ReadFlags
impl UnwindSafe for ReadFlags
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,
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.