pub struct HttpCachePlan { /* private fields */ }Implementations§
Source§impl HttpCachePlan
impl HttpCachePlan
pub fn scope(&self) -> &CacheScope
pub fn variation(&self) -> Option<&VariationKey>
pub fn validators(&self) -> &ResponseValidators
pub fn cache_control(&self) -> &str
pub fn edge_cacheable(&self) -> bool
Trait Implementations§
Source§impl Clone for HttpCachePlan
impl Clone for HttpCachePlan
Source§fn clone(&self) -> HttpCachePlan
fn clone(&self) -> HttpCachePlan
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 HttpCachePlan
impl Debug for HttpCachePlan
Source§impl PartialEq for HttpCachePlan
impl PartialEq for HttpCachePlan
impl Eq for HttpCachePlan
impl StructuralPartialEq for HttpCachePlan
Auto Trait Implementations§
impl Freeze for HttpCachePlan
impl RefUnwindSafe for HttpCachePlan
impl Send for HttpCachePlan
impl Sync for HttpCachePlan
impl Unpin for HttpCachePlan
impl UnsafeUnpin for HttpCachePlan
impl UnwindSafe for HttpCachePlan
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