pub enum InterferenceFunctional {
ExposureContrast {
outcome: VariableId,
from: ExposureLevel,
to: ExposureLevel,
},
}Expand description
Randomization-based interference estimand.
Variants§
ExposureContrast
Mean potential-outcome contrast between two exposure levels.
Fields
§
outcome: VariableIdOutcome variable.
§
from: ExposureLevelBaseline exposure.
§
to: ExposureLevelActive exposure.
Trait Implementations§
Source§impl Clone for InterferenceFunctional
impl Clone for InterferenceFunctional
Source§fn clone(&self) -> InterferenceFunctional
fn clone(&self) -> InterferenceFunctional
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterferenceFunctional
impl Debug for InterferenceFunctional
Source§impl PartialEq for InterferenceFunctional
impl PartialEq for InterferenceFunctional
impl StructuralPartialEq for InterferenceFunctional
Auto Trait Implementations§
impl Freeze for InterferenceFunctional
impl RefUnwindSafe for InterferenceFunctional
impl Send for InterferenceFunctional
impl Sync for InterferenceFunctional
impl Unpin for InterferenceFunctional
impl UnsafeUnpin for InterferenceFunctional
impl UnwindSafe for InterferenceFunctional
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