pub struct Priors {
pub old_pass_rate: Option<f64>,
pub new_pass_rate: Option<f64>,
}Fields§
§old_pass_rate: Option<f64>§new_pass_rate: Option<f64>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Priors
impl<'de> Deserialize<'de> for Priors
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 Freeze for Priors
impl RefUnwindSafe for Priors
impl Send for Priors
impl Sync for Priors
impl Unpin for Priors
impl UnsafeUnpin for Priors
impl UnwindSafe for Priors
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