pub struct IfModifiedSince(/* private fields */);Expand description
Only implements OptionalFromRequestParts to force the user to handle the case of ignoring this header, as extracting this header is not supposed to error out, but MUST instead be ignored.
Trait Implementations§
Source§impl Clone for IfModifiedSince
impl Clone for IfModifiedSince
Source§fn clone(&self) -> IfModifiedSince
fn clone(&self) -> IfModifiedSince
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 IfModifiedSince
Source§impl Debug for IfModifiedSince
impl Debug for IfModifiedSince
Source§impl<S: Send + Sync> OptionalFromRequestParts<S> for IfModifiedSince
impl<S: Send + Sync> OptionalFromRequestParts<S> for IfModifiedSince
Auto Trait Implementations§
impl Freeze for IfModifiedSince
impl RefUnwindSafe for IfModifiedSince
impl Send for IfModifiedSince
impl Sync for IfModifiedSince
impl Unpin for IfModifiedSince
impl UnsafeUnpin for IfModifiedSince
impl UnwindSafe for IfModifiedSince
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