Enum actix_web::http::header::CacheDirective [−][src]
pub enum CacheDirective {
}Expand description
CacheControl contains a list of these directives.
Variants
“no-cache”
“no-store”
“no-transform”
“only-if-cached”
MaxAge(u32)“max-age=delta”
MaxStale(u32)“max-stale=delta”
MinFresh(u32)“min-fresh=delta”
“must-revalidate”
“public”
“private”
“proxy-revalidate”
SMaxAge(u32)“s-maxage=delta”
Extension directives. Optionally include an argument.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CacheDirectiveimpl Send for CacheDirectiveimpl Sync for CacheDirectiveimpl Unpin for CacheDirectiveimpl UnwindSafe for CacheDirectiveBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V