Struct hyper::common::date::CachedDate
source · struct CachedDate {
bytes: [u8; 29],
pos: usize,
next_update: SystemTime,
}
Fields§
§bytes: [u8; 29]
§pos: usize
§next_update: SystemTime
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CachedDate
impl RefUnwindSafe for CachedDate
impl Send for CachedDate
impl Sync for CachedDate
impl Unpin for CachedDate
impl UnwindSafe for CachedDate
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