pub struct Revalidation {
pub freshness: Freshness,
pub response: Response<()>,
pub modified: bool,
}Expand description
Result of applying conditional revalidation.
Fields§
§freshness: FreshnessFreshness information resulting from the revalidation exchange.
response: Response<()>Response synthesized from the revalidation outcome.
modified: boolFlag indicating the upstream representation changed.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Revalidation
impl !RefUnwindSafe for Revalidation
impl Send for Revalidation
impl Sync for Revalidation
impl Unpin for Revalidation
impl !UnwindSafe for Revalidation
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