pub struct FlowInfo {
pub negotiation_time: Duration,
pub path: PathKind,
}Expand description
Business-flow details available after protocol negotiation and path stabilization.
Fields§
§negotiation_time: DurationTime spent negotiating the benchmark protocol.
path: PathKindPath observed at measurement start.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlowInfo
impl<'de> Deserialize<'de> for FlowInfo
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
impl Eq for FlowInfo
impl StructuralPartialEq for FlowInfo
Auto Trait Implementations§
impl Freeze for FlowInfo
impl RefUnwindSafe for FlowInfo
impl Send for FlowInfo
impl Sync for FlowInfo
impl Unpin for FlowInfo
impl UnsafeUnpin for FlowInfo
impl UnwindSafe for FlowInfo
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