pub struct InterventionAssignment {
pub variable: VariableId,
pub value: Value,
}Expand description
One hard intervention assignment in an interned set.
Fields§
§variable: VariableIdTarget variable.
value: ValueAssigned value under do(·).
Trait Implementations§
Source§impl Clone for InterventionAssignment
impl Clone for InterventionAssignment
Source§fn clone(&self) -> InterventionAssignment
fn clone(&self) -> InterventionAssignment
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 InterventionAssignment
impl Debug for InterventionAssignment
impl Eq for InterventionAssignment
Source§impl Hash for InterventionAssignment
impl Hash for InterventionAssignment
Source§impl PartialEq for InterventionAssignment
impl PartialEq for InterventionAssignment
impl StructuralPartialEq for InterventionAssignment
Auto Trait Implementations§
impl Freeze for InterventionAssignment
impl RefUnwindSafe for InterventionAssignment
impl Send for InterventionAssignment
impl Sync for InterventionAssignment
impl Unpin for InterventionAssignment
impl UnsafeUnpin for InterventionAssignment
impl UnwindSafe for InterventionAssignment
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