pub struct CompiledPlanCacheContract {
pub schema: String,
pub cache_namespace: String,
pub cache_role: String,
pub identity_inputs: Vec<String>,
pub invalidation_inputs: Vec<String>,
pub key_template: String,
}Fields§
§schema: String§cache_namespace: String§cache_role: String§identity_inputs: Vec<String>§invalidation_inputs: Vec<String>§key_template: StringTrait Implementations§
Source§impl Clone for CompiledPlanCacheContract
impl Clone for CompiledPlanCacheContract
Source§fn clone(&self) -> CompiledPlanCacheContract
fn clone(&self) -> CompiledPlanCacheContract
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 CompiledPlanCacheContract
impl Debug for CompiledPlanCacheContract
impl Eq for CompiledPlanCacheContract
impl StructuralPartialEq for CompiledPlanCacheContract
Auto Trait Implementations§
impl Freeze for CompiledPlanCacheContract
impl RefUnwindSafe for CompiledPlanCacheContract
impl Send for CompiledPlanCacheContract
impl Sync for CompiledPlanCacheContract
impl Unpin for CompiledPlanCacheContract
impl UnsafeUnpin for CompiledPlanCacheContract
impl UnwindSafe for CompiledPlanCacheContract
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