pub struct HttpEtag {
pub alg: Option<HttpEtagAlgorithm>,
}Expand description
HTTP Cache-Control. See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control
Fields§
§alg: Option<HttpEtagAlgorithm>Trait Implementations§
Source§impl<'de> Deserialize<'de> for HttpEtag
impl<'de> Deserialize<'de> for HttpEtag
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
Auto Trait Implementations§
impl Freeze for HttpEtag
impl RefUnwindSafe for HttpEtag
impl Send for HttpEtag
impl Sync for HttpEtag
impl Unpin for HttpEtag
impl UnwindSafe for HttpEtag
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