pub struct HttpCacheDigest {
pub lock_duration: Option<Duration>,
pub lookup_duration: Option<Duration>,
}
Expand description
Information collected about the caching operation that will not be cleared
Fields§
§lock_duration: Option<Duration>
§lookup_duration: Option<Duration>
Trait Implementations§
Source§impl Debug for HttpCacheDigest
impl Debug for HttpCacheDigest
Source§impl Default for HttpCacheDigest
impl Default for HttpCacheDigest
Source§fn default() -> HttpCacheDigest
fn default() -> HttpCacheDigest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpCacheDigest
impl RefUnwindSafe for HttpCacheDigest
impl Send for HttpCacheDigest
impl Sync for HttpCacheDigest
impl Unpin for HttpCacheDigest
impl UnwindSafe for HttpCacheDigest
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