pub enum EvictType {
LRU,
LFU,
}
Expand description
内存驱逐类型
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvictType
impl RefUnwindSafe for EvictType
impl Send for EvictType
impl Sync for EvictType
impl Unpin for EvictType
impl UnwindSafe for EvictType
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