pub struct CompiledPlanCacheDescriptor {Show 14 fields
pub schema: String,
pub topology: String,
pub serialized_plan_profile: String,
pub compatibility_profile: String,
pub execution_engine: String,
pub pipeline: String,
pub declared_consumer: String,
pub plan_format_major: u32,
pub plan_format_minor: u32,
pub plan_fingerprint_sha256: String,
pub capability_fingerprint_sha256: String,
pub cache_namespace: String,
pub cache_key: String,
pub invalidation_inputs: Vec<String>,
}Fields§
§schema: String§topology: String§serialized_plan_profile: String§compatibility_profile: String§execution_engine: String§pipeline: String§declared_consumer: String§plan_format_major: u32§plan_format_minor: u32§plan_fingerprint_sha256: String§capability_fingerprint_sha256: String§cache_namespace: String§cache_key: String§invalidation_inputs: Vec<String>Trait Implementations§
Source§impl Clone for CompiledPlanCacheDescriptor
impl Clone for CompiledPlanCacheDescriptor
Source§fn clone(&self) -> CompiledPlanCacheDescriptor
fn clone(&self) -> CompiledPlanCacheDescriptor
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 CompiledPlanCacheDescriptor
impl Debug for CompiledPlanCacheDescriptor
impl Eq for CompiledPlanCacheDescriptor
impl StructuralPartialEq for CompiledPlanCacheDescriptor
Auto Trait Implementations§
impl Freeze for CompiledPlanCacheDescriptor
impl RefUnwindSafe for CompiledPlanCacheDescriptor
impl Send for CompiledPlanCacheDescriptor
impl Sync for CompiledPlanCacheDescriptor
impl Unpin for CompiledPlanCacheDescriptor
impl UnsafeUnpin for CompiledPlanCacheDescriptor
impl UnwindSafe for CompiledPlanCacheDescriptor
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