Enum headers::common::cache_control::Directive
source · enum Directive {
}
Variants§
NoCache
NoStore
NoTransform
OnlyIfCached
MaxAge(u64)
MaxStale(u64)
MinFresh(u64)
MustRevalidate
Public
Private
Immutable
ProxyRevalidate
SMaxAge(u64)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Directive
impl RefUnwindSafe for Directive
impl Send for Directive
impl Sync for Directive
impl Unpin for Directive
impl UnwindSafe for Directive
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