pub struct ProxyDigest {
pub response: Box<ResponseHeader>,
pub user_data: Option<Box<dyn Any + Send + Sync>>,
}Expand description
The information about the CONNECT proxy.
Fields§
§response: Box<ResponseHeader>The response header the proxy returns
user_data: Option<Box<dyn Any + Send + Sync>>Optional arbitrary data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyDigest
impl !RefUnwindSafe for ProxyDigest
impl Send for ProxyDigest
impl Sync for ProxyDigest
impl Unpin for ProxyDigest
impl !UnwindSafe for ProxyDigest
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