pub enum CacheControlType {
Ephemeral,
}
Variants§
Ephemeral
Trait Implementations§
Source§impl Clone for CacheControlType
impl Clone for CacheControlType
Source§fn clone(&self) -> CacheControlType
fn clone(&self) -> CacheControlType
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 CacheControlType
impl Debug for CacheControlType
Source§impl Default for CacheControlType
impl Default for CacheControlType
Source§fn default() -> CacheControlType
fn default() -> CacheControlType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CacheControlType
impl<'de> Deserialize<'de> for CacheControlType
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
Source§impl PartialEq for CacheControlType
impl PartialEq for CacheControlType
Source§impl Serialize for CacheControlType
impl Serialize for CacheControlType
impl StructuralPartialEq for CacheControlType
Auto Trait Implementations§
impl Freeze for CacheControlType
impl RefUnwindSafe for CacheControlType
impl Send for CacheControlType
impl Sync for CacheControlType
impl Unpin for CacheControlType
impl UnwindSafe for CacheControlType
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