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