pub enum DefaultCacheCachedMethods {
GetHead,
GetHeadOptions,
}Variants§
Trait Implementations§
Source§impl Clone for DefaultCacheCachedMethods
impl Clone for DefaultCacheCachedMethods
Source§fn clone(&self) -> DefaultCacheCachedMethods
fn clone(&self) -> DefaultCacheCachedMethods
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultCacheCachedMethods
impl Debug for DefaultCacheCachedMethods
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 UnsafeUnpin 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