pub struct ReplayWithAudit {
pub summary: ReplaySummary,
pub audit_hash: String,
}Expand description
Return value of run_with_audit: the summary (with the same audit_hash
as the field below) plus the hash hoisted for convenient assertions.
Fields§
§summary: ReplaySummary§audit_hash: StringTrait Implementations§
Source§impl Clone for ReplayWithAudit
impl Clone for ReplayWithAudit
Source§fn clone(&self) -> ReplayWithAudit
fn clone(&self) -> ReplayWithAudit
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 ReplayWithAudit
impl RefUnwindSafe for ReplayWithAudit
impl Send for ReplayWithAudit
impl Sync for ReplayWithAudit
impl Unpin for ReplayWithAudit
impl UnsafeUnpin for ReplayWithAudit
impl UnwindSafe for ReplayWithAudit
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