pub enum CacheOp {
Put = 1,
PutExp = 2,
Get = 3,
Exists = 4,
Rm = 5,
}Variants§
Auto Trait Implementations§
impl Freeze for CacheOp
impl RefUnwindSafe for CacheOp
impl Send for CacheOp
impl Sync for CacheOp
impl Unpin for CacheOp
impl UnwindSafe for CacheOp
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