pub struct XorRelayedAddress;
Expand description
The XOR-RELAYED-ADDRESS is present in Allocate responses. It specifies the address and port that the server allocated to the client. It is encoded in the same way as XOR-MAPPED-ADDRESS RFC5389.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XorRelayedAddress
impl RefUnwindSafe for XorRelayedAddress
impl Send for XorRelayedAddress
impl Sync for XorRelayedAddress
impl Unpin for XorRelayedAddress
impl UnwindSafe for XorRelayedAddress
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