pub struct ShadowReport {
pub source_run_id: String,
pub shadow_run_id: String,
pub ok: bool,
pub state_diff: State,
}Fields§
§source_run_id: String§shadow_run_id: String§ok: bool§state_diff: StateTrait Implementations§
Source§impl Clone for ShadowReport
impl Clone for ShadowReport
Source§fn clone(&self) -> ShadowReport
fn clone(&self) -> ShadowReport
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 ShadowReport
impl RefUnwindSafe for ShadowReport
impl Send for ShadowReport
impl Sync for ShadowReport
impl Unpin for ShadowReport
impl UnsafeUnpin for ShadowReport
impl UnwindSafe for ShadowReport
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