Struct rushmap_core::result::TracerouteResult
source · pub struct TracerouteResult {
pub probe_id: String,
pub nodes: Vec<PingResponse>,
pub probe_status: ProbeStatus,
pub start_time: String,
pub end_time: String,
pub elapsed_time: u64,
pub protocol: IpNextLevelProtocol,
pub command_type: CommandType,
}
Fields§
§probe_id: String
§nodes: Vec<PingResponse>
§probe_status: ProbeStatus
§start_time: String
start-time in RFC 3339 and ISO 8601 date and time string
end_time: String
end-time in RFC 3339 and ISO 8601 date and time string
elapsed_time: u64
Elapsed time in milliseconds
protocol: IpNextLevelProtocol
§command_type: CommandType
Implementations§
source§impl TracerouteResult
impl TracerouteResult
pub fn new() -> TracerouteResult
Trait Implementations§
source§impl Clone for TracerouteResult
impl Clone for TracerouteResult
source§fn clone(&self) -> TracerouteResult
fn clone(&self) -> TracerouteResult
Returns a copy 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 TracerouteResult
impl Debug for TracerouteResult
source§impl<'de> Deserialize<'de> for TracerouteResult
impl<'de> Deserialize<'de> for TracerouteResult
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TracerouteResult
impl Send for TracerouteResult
impl Sync for TracerouteResult
impl Unpin for TracerouteResult
impl UnwindSafe for TracerouteResult
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