pub struct FactCorrection {
pub old_fact: Fact,
pub new_fact: Fact,
}Expand description
A paired correction event linking the invalidated fact and its replacement.
Fields§
§old_fact: Fact§new_fact: FactTrait Implementations§
Source§impl Clone for FactCorrection
impl Clone for FactCorrection
Source§fn clone(&self) -> FactCorrection
fn clone(&self) -> FactCorrection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FactCorrection
impl RefUnwindSafe for FactCorrection
impl Send for FactCorrection
impl Sync for FactCorrection
impl Unpin for FactCorrection
impl UnsafeUnpin for FactCorrection
impl UnwindSafe for FactCorrection
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