#[repr(transparent)]pub struct ContentCacheStrategy(pub i8);Tuple Fields§
§0: i8Implementations§
Source§impl ContentCacheStrategy
impl ContentCacheStrategy
Trait Implementations§
Source§impl Clone for ContentCacheStrategy
impl Clone for ContentCacheStrategy
Source§fn clone(&self) -> ContentCacheStrategy
fn clone(&self) -> ContentCacheStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContentCacheStrategy
impl Debug for ContentCacheStrategy
Source§impl Default for ContentCacheStrategy
impl Default for ContentCacheStrategy
Source§fn default() -> ContentCacheStrategy
fn default() -> ContentCacheStrategy
Returns the “default value” for a type. Read more
Source§impl EndianScalar for ContentCacheStrategy
impl EndianScalar for ContentCacheStrategy
Source§impl<'a> Follow<'a> for ContentCacheStrategy
impl<'a> Follow<'a> for ContentCacheStrategy
Source§impl Hash for ContentCacheStrategy
impl Hash for ContentCacheStrategy
Source§impl Ord for ContentCacheStrategy
impl Ord for ContentCacheStrategy
Source§fn cmp(&self, other: &ContentCacheStrategy) -> Ordering
fn cmp(&self, other: &ContentCacheStrategy) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ContentCacheStrategy
impl PartialEq for ContentCacheStrategy
Source§impl PartialOrd for ContentCacheStrategy
impl PartialOrd for ContentCacheStrategy
Source§impl Push for ContentCacheStrategy
impl Push for ContentCacheStrategy
Source§impl<'a> Verifiable for ContentCacheStrategy
impl<'a> Verifiable for ContentCacheStrategy
Source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize,
) -> Result<(), InvalidFlatbuffer>
fn run_verifier( v: &mut Verifier<'_, '_>, pos: usize, ) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos in the verifier’s buffer.
Should not need to be called directly.impl Copy for ContentCacheStrategy
impl Eq for ContentCacheStrategy
impl SimpleToVerifyInSlice for ContentCacheStrategy
impl StructuralPartialEq for ContentCacheStrategy
Auto Trait Implementations§
impl Freeze for ContentCacheStrategy
impl RefUnwindSafe for ContentCacheStrategy
impl Send for ContentCacheStrategy
impl Sync for ContentCacheStrategy
impl Unpin for ContentCacheStrategy
impl UnsafeUnpin for ContentCacheStrategy
impl UnwindSafe for ContentCacheStrategy
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