pub struct Digest {
pub ssl_digest: Option<Arc<SslDigest>>,
pub timing_digest: Vec<Option<TimingDigest>>,
pub proxy_digest: Option<Arc<ProxyDigest>>,
pub socket_digest: Option<Arc<SocketDigest>>,
}
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.
socket_digest: Option<Arc<SocketDigest>>
Information about underlying socket/fd of this connection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Digest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)