pub struct ServerReflexiveResponse {
pub bootstrap_node: BootstrapNodeId,
pub observed_address: SocketAddr,
pub response_time: Duration,
pub timestamp: Instant,
}
Expand description
Response from server reflexive discovery
Fields§
§bootstrap_node: BootstrapNodeId
§observed_address: SocketAddr
§response_time: Duration
§timestamp: Instant
Trait Implementations§
Source§impl Clone for ServerReflexiveResponse
impl Clone for ServerReflexiveResponse
Source§fn clone(&self) -> ServerReflexiveResponse
fn clone(&self) -> ServerReflexiveResponse
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 ServerReflexiveResponse
impl Debug for ServerReflexiveResponse
Source§impl PartialEq for ServerReflexiveResponse
impl PartialEq for ServerReflexiveResponse
impl StructuralPartialEq for ServerReflexiveResponse
Auto Trait Implementations§
impl Freeze for ServerReflexiveResponse
impl RefUnwindSafe for ServerReflexiveResponse
impl Send for ServerReflexiveResponse
impl Sync for ServerReflexiveResponse
impl Unpin for ServerReflexiveResponse
impl UnwindSafe for ServerReflexiveResponse
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