Struct headers::common::cache_control::Flags
source · struct Flags {
bits: u64,
}
Fields§
§bits: u64
Implementations§
source§impl Flags
impl Flags
const NO_CACHE: Self = _
const NO_STORE: Self = _
const NO_TRANSFORM: Self = _
const ONLY_IF_CACHED: Self = _
const MUST_REVALIDATE: Self = _
const PUBLIC: Self = _
const PRIVATE: Self = _
const PROXY_REVALIDATE: Self = _
const IMMUTABLE: Self = _
fn empty() -> Self
fn contains(&self, flag: Self) -> bool
fn insert(&mut self, flag: Self)
Trait Implementations§
source§impl PartialEq for Flags
impl PartialEq for Flags
impl StructuralPartialEq for Flags
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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