pub enum Cacheen {
Enabled = 1,
Disabled = 0,
}Expand description
Enable Cache
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Cacheen
impl Eq for Cacheen
impl StructuralPartialEq for Cacheen
Auto Trait Implementations§
impl Freeze for Cacheen
impl RefUnwindSafe for Cacheen
impl Send for Cacheen
impl Sync for Cacheen
impl Unpin for Cacheen
impl UnwindSafe for Cacheen
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