pub enum KSMCache {
File(FileCache),
Memory(MemoryCache),
None,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KSMCache
impl RefUnwindSafe for KSMCache
impl Send for KSMCache
impl Sync for KSMCache
impl Unpin for KSMCache
impl UnwindSafe for KSMCache
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