pub enum CacheIndexKeyword {
Index,
Key,
}Expand description
The INDEX vs KEY spelling of a CacheIndexKeyList — exact synonyms, recorded so the
written keyword round-trips. A surface tag (no meta, like TableKeyword).
Variants§
Trait Implementations§
Source§impl Clone for CacheIndexKeyword
impl Clone for CacheIndexKeyword
Source§fn clone(&self) -> CacheIndexKeyword
fn clone(&self) -> CacheIndexKeyword
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 CacheIndexKeyword
Source§impl Debug for CacheIndexKeyword
impl Debug for CacheIndexKeyword
Source§impl<'de> Deserialize<'de> for CacheIndexKeyword
impl<'de> Deserialize<'de> for CacheIndexKeyword
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CacheIndexKeyword
Source§impl Hash for CacheIndexKeyword
impl Hash for CacheIndexKeyword
Source§impl PartialEq for CacheIndexKeyword
impl PartialEq for CacheIndexKeyword
Source§impl Serialize for CacheIndexKeyword
impl Serialize for CacheIndexKeyword
impl StructuralPartialEq for CacheIndexKeyword
Auto Trait Implementations§
impl Freeze for CacheIndexKeyword
impl RefUnwindSafe for CacheIndexKeyword
impl Send for CacheIndexKeyword
impl Sync for CacheIndexKeyword
impl Unpin for CacheIndexKeyword
impl UnsafeUnpin for CacheIndexKeyword
impl UnwindSafe for CacheIndexKeyword
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