Struct e_utils::traceroute::TracerouteQueryResult
source · [−]Available on crate feature
traceroute only.Expand description
Result of a single query execution - IP and RTT
Fields
rtt: DurationRound-Trip Time
addr: Vec<String>IP address of a remote node
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TracerouteQueryResult
impl Send for TracerouteQueryResult
impl Sync for TracerouteQueryResult
impl Unpin for TracerouteQueryResult
impl UnwindSafe for TracerouteQueryResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
