pub enum CacheKeyKind {
ByPk,
ByQuery,
ByRelation,
}Expand description
缓存键类型
Variants§
Trait Implementations§
Source§impl Clone for CacheKeyKind
impl Clone for CacheKeyKind
Source§fn clone(&self) -> CacheKeyKind
fn clone(&self) -> CacheKeyKind
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 moreSource§impl Debug for CacheKeyKind
impl Debug for CacheKeyKind
impl Eq for CacheKeyKind
Source§impl Hash for CacheKeyKind
impl Hash for CacheKeyKind
Source§impl PartialEq for CacheKeyKind
impl PartialEq for CacheKeyKind
impl StructuralPartialEq for CacheKeyKind
Auto Trait Implementations§
impl Freeze for CacheKeyKind
impl RefUnwindSafe for CacheKeyKind
impl Send for CacheKeyKind
impl Sync for CacheKeyKind
impl Unpin for CacheKeyKind
impl UnsafeUnpin for CacheKeyKind
impl UnwindSafe for CacheKeyKind
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