pub enum Evict {
Continue,
Once,
None,
}Variants§
Continue
Continue to evict after this item
Once
Evict only this item and then no more
None
Do not evict this item nor any more others
Trait Implementations§
impl Copy for Evict
impl Eq for Evict
impl StructuralPartialEq for Evict
Auto Trait Implementations§
impl Freeze for Evict
impl RefUnwindSafe for Evict
impl Send for Evict
impl Sync for Evict
impl Unpin for Evict
impl UnwindSafe for Evict
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