pub struct LatencyDelta {
pub endpoint: String,
pub base_p50_ms: f64,
pub new_p50_ms: f64,
pub severity: String,
}Fields§
§endpoint: String§base_p50_ms: f64§new_p50_ms: f64§severity: StringTrait Implementations§
Source§impl Debug for LatencyDelta
impl Debug for LatencyDelta
Auto Trait Implementations§
impl Freeze for LatencyDelta
impl RefUnwindSafe for LatencyDelta
impl Send for LatencyDelta
impl Sync for LatencyDelta
impl Unpin for LatencyDelta
impl UnsafeUnpin for LatencyDelta
impl UnwindSafe for LatencyDelta
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