pub struct DescriptorIntentEvidence {
pub schema_version: u32,
pub descriptor_id: String,
pub intent_count: usize,
pub has_literal_prefilter: bool,
pub has_automata_transition: bool,
pub has_verifier: bool,
pub has_output_compaction: bool,
pub has_relation_seed: bool,
pub has_streaming_state: bool,
pub strategy_digest: u64,
}Fields§
§schema_version: u32§descriptor_id: String§intent_count: usize§has_literal_prefilter: bool§has_automata_transition: bool§has_verifier: bool§has_output_compaction: bool§has_relation_seed: bool§has_streaming_state: bool§strategy_digest: u64Implementations§
Source§impl DescriptorIntentEvidence
impl DescriptorIntentEvidence
pub const fn covers_full_scan_pipeline(&self) -> bool
Trait Implementations§
Source§impl Clone for DescriptorIntentEvidence
impl Clone for DescriptorIntentEvidence
Source§fn clone(&self) -> DescriptorIntentEvidence
fn clone(&self) -> DescriptorIntentEvidence
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 DescriptorIntentEvidence
impl Debug for DescriptorIntentEvidence
Source§impl<'de> Deserialize<'de> for DescriptorIntentEvidence
impl<'de> Deserialize<'de> for DescriptorIntentEvidence
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DescriptorIntentEvidence
Source§impl Hash for DescriptorIntentEvidence
impl Hash for DescriptorIntentEvidence
Source§impl PartialEq for DescriptorIntentEvidence
impl PartialEq for DescriptorIntentEvidence
Source§impl Serialize for DescriptorIntentEvidence
impl Serialize for DescriptorIntentEvidence
impl StructuralPartialEq for DescriptorIntentEvidence
Auto Trait Implementations§
impl Freeze for DescriptorIntentEvidence
impl RefUnwindSafe for DescriptorIntentEvidence
impl Send for DescriptorIntentEvidence
impl Sync for DescriptorIntentEvidence
impl Unpin for DescriptorIntentEvidence
impl UnsafeUnpin for DescriptorIntentEvidence
impl UnwindSafe for DescriptorIntentEvidence
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<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.