pub struct HdrV2OpProxy;
Expand description
A quote from original protocol documentation.
the connection was established on behalf of another node, and reflects the original connection endpoints. The receiver must then use the information provided in the protocol block to get original the address.
Trait Implementations§
Source§impl Clone for HdrV2OpProxy
impl Clone for HdrV2OpProxy
Source§fn clone(&self) -> HdrV2OpProxy
fn clone(&self) -> HdrV2OpProxy
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 HdrV2OpProxy
impl Debug for HdrV2OpProxy
Source§impl ProxyV2OpCode for HdrV2OpProxy
impl ProxyV2OpCode for HdrV2OpProxy
Auto Trait Implementations§
impl Freeze for HdrV2OpProxy
impl RefUnwindSafe for HdrV2OpProxy
impl Send for HdrV2OpProxy
impl Sync for HdrV2OpProxy
impl Unpin for HdrV2OpProxy
impl UnwindSafe for HdrV2OpProxy
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