pub struct Latency {
pub min: Option<f64>,
pub max: Option<f64>,
pub target: Option<f64>,
pub referenceId: Option<String>,
}
Fields§
§min: Option<f64>
§max: Option<f64>
§target: Option<f64>
§referenceId: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Latency
impl<'de> Deserialize<'de> for Latency
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 StructuralPartialEq for Latency
Auto Trait Implementations§
impl Freeze for Latency
impl RefUnwindSafe for Latency
impl Send for Latency
impl Sync for Latency
impl Unpin for Latency
impl UnwindSafe for Latency
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