pub struct ApplicationCachePlan { /* private fields */ }Implementations§
Source§impl ApplicationCachePlan
impl ApplicationCachePlan
pub fn key(&self) -> &CacheKey
pub fn scope(&self) -> &CacheScope
pub fn freshness(&self) -> FreshnessPolicy
pub fn layers(&self) -> &CacheLayerPlan
pub fn coalescing(&self) -> RequestCoalescingMode
Trait Implementations§
Source§impl Clone for ApplicationCachePlan
impl Clone for ApplicationCachePlan
Source§fn clone(&self) -> ApplicationCachePlan
fn clone(&self) -> ApplicationCachePlan
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 ApplicationCachePlan
impl Debug for ApplicationCachePlan
Source§impl PartialEq for ApplicationCachePlan
impl PartialEq for ApplicationCachePlan
impl Eq for ApplicationCachePlan
impl StructuralPartialEq for ApplicationCachePlan
Auto Trait Implementations§
impl Freeze for ApplicationCachePlan
impl RefUnwindSafe for ApplicationCachePlan
impl Send for ApplicationCachePlan
impl Sync for ApplicationCachePlan
impl Unpin for ApplicationCachePlan
impl UnsafeUnpin for ApplicationCachePlan
impl UnwindSafe for ApplicationCachePlan
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