pub enum CacheHintType {
Allocate,
NoAllocate,
}Variants§
Trait Implementations§
Source§impl Clone for CacheHintType
impl Clone for CacheHintType
Source§fn clone(&self) -> CacheHintType
fn clone(&self) -> CacheHintType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CacheHintType
Source§impl Debug for CacheHintType
impl Debug for CacheHintType
Source§impl PartialEq for CacheHintType
impl PartialEq for CacheHintType
Source§fn eq(&self, other: &CacheHintType) -> bool
fn eq(&self, other: &CacheHintType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CacheHintType
Auto Trait Implementations§
impl Freeze for CacheHintType
impl RefUnwindSafe for CacheHintType
impl Send for CacheHintType
impl Sync for CacheHintType
impl Unpin for CacheHintType
impl UnsafeUnpin for CacheHintType
impl UnwindSafe for CacheHintType
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