pub struct Coupling {
pub measure1: String,
pub measure2: String,
pub coupling_type: String,
pub tv_bound: Option<f64>,
}Expand description
Coupling of probability measures.
Fields§
§measure1: String§measure2: String§coupling_type: String§tv_bound: Option<f64>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Coupling
impl RefUnwindSafe for Coupling
impl Send for Coupling
impl Sync for Coupling
impl Unpin for Coupling
impl UnsafeUnpin for Coupling
impl UnwindSafe for Coupling
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