pub struct JournalMutation {
pub execution: JournalExecution,
pub event: ExecutionEvent,
pub replayed: bool,
}Fields§
§execution: JournalExecution§event: ExecutionEvent§replayed: boolTrait Implementations§
Source§impl Clone for JournalMutation
impl Clone for JournalMutation
Source§fn clone(&self) -> JournalMutation
fn clone(&self) -> JournalMutation
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 moreAuto Trait Implementations§
impl Freeze for JournalMutation
impl RefUnwindSafe for JournalMutation
impl Send for JournalMutation
impl Sync for JournalMutation
impl Unpin for JournalMutation
impl UnsafeUnpin for JournalMutation
impl UnwindSafe for JournalMutation
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