pub struct CorrelationPrior {
pub item: HashMap<String, Value>,
pub count_reference: f64,
pub count_group: f64,
pub total_reference: f64,
pub total_group: f64,
}Fields§
§item: HashMap<String, Value>§count_reference: f64§count_group: f64§total_reference: f64§total_group: f64Trait Implementations§
Source§impl Debug for CorrelationPrior
impl Debug for CorrelationPrior
Source§impl<'de> Deserialize<'de> for CorrelationPrior
impl<'de> Deserialize<'de> for CorrelationPrior
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 CorrelationPrior
impl RefUnwindSafe for CorrelationPrior
impl Send for CorrelationPrior
impl Sync for CorrelationPrior
impl Unpin for CorrelationPrior
impl UnsafeUnpin for CorrelationPrior
impl UnwindSafe for CorrelationPrior
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