pub struct ResponseOrigin;
Expand description
The RESPONSE-ORIGIN attribute is inserted by the server and indicates the source IP address and port the response was sent from. It is useful for detecting double NAT configurations. It is only present in Binding Responses.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseOrigin
impl RefUnwindSafe for ResponseOrigin
impl Send for ResponseOrigin
impl Sync for ResponseOrigin
impl Unpin for ResponseOrigin
impl UnwindSafe for ResponseOrigin
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