pub struct HdrV2OpLocal;
Expand description
A quote from original protocol documentation.
the connection was established on purpose by the proxy without being relayed. The connection endpoints are the sender and the receiver. Such connections exist when the proxy sends health-checks to the server. The receiver must accept this connection as valid and must use the real connection endpoints and discard the protocol block including the family which is ignored.
Trait Implementations§
Source§impl Clone for HdrV2OpLocal
impl Clone for HdrV2OpLocal
Source§fn clone(&self) -> HdrV2OpLocal
fn clone(&self) -> HdrV2OpLocal
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HdrV2OpLocal
impl Debug for HdrV2OpLocal
Source§impl ProxyV2OpCode for HdrV2OpLocal
impl ProxyV2OpCode for HdrV2OpLocal
Auto Trait Implementations§
impl Freeze for HdrV2OpLocal
impl RefUnwindSafe for HdrV2OpLocal
impl Send for HdrV2OpLocal
impl Sync for HdrV2OpLocal
impl Unpin for HdrV2OpLocal
impl UnwindSafe for HdrV2OpLocal
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