pub enum CacheSpace {
Amadeus,
Notifica,
BajkomatApi,
Shopify,
KsefGpt,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for CacheSpace
impl RefUnwindSafe for CacheSpace
impl Send for CacheSpace
impl Sync for CacheSpace
impl Unpin for CacheSpace
impl UnwindSafe for CacheSpace
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