pub struct PreparedProviderProjection {
pub projection: ContextProjection,
pub provider_input: String,
pub thread_reset_reason: Option<String>,
pub cacheable_prefix_bytes: u64,
pub expectation: CacheExpectation,
}Expand description
Provider projection prepared after sparse marker reconciliation.
Fields§
§projection: ContextProjection§provider_input: String§thread_reset_reason: Option<String>§cacheable_prefix_bytes: u64§expectation: CacheExpectationTrait Implementations§
Source§impl Clone for PreparedProviderProjection
impl Clone for PreparedProviderProjection
Source§fn clone(&self) -> PreparedProviderProjection
fn clone(&self) -> PreparedProviderProjection
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 PreparedProviderProjection
impl Debug for PreparedProviderProjection
impl Eq for PreparedProviderProjection
impl StructuralPartialEq for PreparedProviderProjection
Auto Trait Implementations§
impl Freeze for PreparedProviderProjection
impl RefUnwindSafe for PreparedProviderProjection
impl Send for PreparedProviderProjection
impl Sync for PreparedProviderProjection
impl Unpin for PreparedProviderProjection
impl UnsafeUnpin for PreparedProviderProjection
impl UnwindSafe for PreparedProviderProjection
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