pub struct HttpDate { /* private fields */ }
Expand description
HTTP timestamp type.
Parse using FromStr
impl.
Format using the Display
trait.
Convert timestamp into/from SytemTime
to use.
Supports comparsion and sorting.
Trait Implementations§
source§impl From<HttpDate> for SystemTime
impl From<HttpDate> for SystemTime
source§fn from(v: HttpDate) -> SystemTime
fn from(v: HttpDate) -> SystemTime
Converts to this type from the input type.
source§impl From<SystemTime> for HttpDate
impl From<SystemTime> for HttpDate
source§fn from(v: SystemTime) -> HttpDate
fn from(v: SystemTime) -> HttpDate
Converts to this type from the input type.
source§impl Ord for HttpDate
impl Ord for HttpDate
source§impl PartialEq for HttpDate
impl PartialEq for HttpDate
source§impl PartialOrd for HttpDate
impl PartialOrd for HttpDate
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for HttpDate
impl Eq for HttpDate
impl StructuralPartialEq for HttpDate
Auto Trait Implementations§
impl Freeze for HttpDate
impl RefUnwindSafe for HttpDate
impl Send for HttpDate
impl Sync for HttpDate
impl Unpin for HttpDate
impl UnwindSafe for HttpDate
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)