pub enum CacheKeySource {
Args,
Url,
}Variants§
Trait Implementations§
Source§impl Clone for CacheKeySource
impl Clone for CacheKeySource
Source§fn clone(&self) -> CacheKeySource
fn clone(&self) -> CacheKeySource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CacheKeySource
Source§impl Debug for CacheKeySource
impl Debug for CacheKeySource
Source§impl Default for CacheKeySource
impl Default for CacheKeySource
Source§fn default() -> CacheKeySource
fn default() -> CacheKeySource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CacheKeySource
impl<'de> Deserialize<'de> for CacheKeySource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CacheKeySource
Source§impl PartialEq for CacheKeySource
impl PartialEq for CacheKeySource
impl StructuralPartialEq for CacheKeySource
Auto Trait Implementations§
impl Freeze for CacheKeySource
impl RefUnwindSafe for CacheKeySource
impl Send for CacheKeySource
impl Sync for CacheKeySource
impl Unpin for CacheKeySource
impl UnsafeUnpin for CacheKeySource
impl UnwindSafe for CacheKeySource
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