pub struct ReplayTestResult {
pub replay: ReplayResult,
pub panics: u32,
pub topics_seen: Vec<String>,
}Fields§
§replay: ReplayResult§panics: u32§topics_seen: Vec<String>Trait Implementations§
Source§impl Clone for ReplayTestResult
impl Clone for ReplayTestResult
Source§fn clone(&self) -> ReplayTestResult
fn clone(&self) -> ReplayTestResult
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 ReplayTestResult
impl RefUnwindSafe for ReplayTestResult
impl Send for ReplayTestResult
impl Sync for ReplayTestResult
impl Unpin for ReplayTestResult
impl UnsafeUnpin for ReplayTestResult
impl UnwindSafe for ReplayTestResult
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