Struct pingora_core::protocols::Digest
source · pub struct Digest {
pub ssl_digest: Option<Arc<SslDigest>>,
pub timing_digest: Vec<Option<TimingDigest>>,
pub proxy_digest: Option<Arc<ProxyDigest>>,
}
Expand description
The information can be extracted from a connection
Fields§
§ssl_digest: Option<Arc<SslDigest>>
Information regarding the TLS of this connection if any
timing_digest: Vec<Option<TimingDigest>>
Timing information
proxy_digest: Option<Arc<ProxyDigest>>
information regarding the CONNECT proxy this connection uses.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Digest
impl Send for Digest
impl Sync for Digest
impl Unpin for Digest
impl !UnwindSafe for Digest
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