pub struct RunStateHistoryEntry { /* private fields */ }Expand description
A deterministic state transition record for a run.
Implementations§
Trait Implementations§
Source§impl Clone for RunStateHistoryEntry
impl Clone for RunStateHistoryEntry
Source§fn clone(&self) -> RunStateHistoryEntry
fn clone(&self) -> RunStateHistoryEntry
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 moreSource§impl Debug for RunStateHistoryEntry
impl Debug for RunStateHistoryEntry
Source§impl From<RunStateHistoryEntry> for SnapshotRunStateHistoryEntry
impl From<RunStateHistoryEntry> for SnapshotRunStateHistoryEntry
Source§fn from(entry: RunStateHistoryEntry) -> Self
fn from(entry: RunStateHistoryEntry) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RunStateHistoryEntry
impl PartialEq for RunStateHistoryEntry
impl Eq for RunStateHistoryEntry
impl StructuralPartialEq for RunStateHistoryEntry
Auto Trait Implementations§
impl Freeze for RunStateHistoryEntry
impl RefUnwindSafe for RunStateHistoryEntry
impl Send for RunStateHistoryEntry
impl Sync for RunStateHistoryEntry
impl Unpin for RunStateHistoryEntry
impl UnsafeUnpin for RunStateHistoryEntry
impl UnwindSafe for RunStateHistoryEntry
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