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