pub struct CachePlan { /* private fields */ }Implementations§
Source§impl CachePlan
impl CachePlan
pub fn application(&self) -> Option<&ApplicationCachePlan>
pub fn http(&self) -> &HttpCachePlan
Trait Implementations§
impl Eq for CachePlan
impl StructuralPartialEq for CachePlan
Auto Trait Implementations§
impl Freeze for CachePlan
impl RefUnwindSafe for CachePlan
impl Send for CachePlan
impl Sync for CachePlan
impl Unpin for CachePlan
impl UnsafeUnpin for CachePlan
impl UnwindSafe for CachePlan
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