pub enum CacheOptions {
Info,
}
Variants§
Info
Trait Implementations§
Source§impl From<CacheCommand> for CacheOptions
impl From<CacheCommand> for CacheOptions
Source§fn from(options: CacheCommand) -> Self
fn from(options: CacheCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CacheOptions
impl RefUnwindSafe for CacheOptions
impl Send for CacheOptions
impl Sync for CacheOptions
impl Unpin for CacheOptions
impl UnwindSafe for CacheOptions
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