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
const MUST_UNDERSTAND: Self
fn empty() -> Self
fn contains(&self, flag: Self) -> bool
fn insert(&mut self, flag: Self)
Trait Implementations§
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