pub struct ProxyDigest {
pub response: Box<ResponseHeader>,
}
Expand description
The information about the CONNECT proxy.
Fields§
§response: Box<ResponseHeader>
The response header the proxy returns
Implementations§
Source§impl ProxyDigest
impl ProxyDigest
pub fn new(response: Box<ResponseHeader>) -> Self
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