pub struct CompareReport {
pub expected: InspectReport,
pub actual: InspectReport,
pub topic_diffs: Vec<TopicDiff>,
}Fields§
§expected: InspectReport§actual: InspectReport§topic_diffs: Vec<TopicDiff>Trait Implementations§
Source§impl Clone for CompareReport
impl Clone for CompareReport
Source§fn clone(&self) -> CompareReport
fn clone(&self) -> CompareReport
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 CompareReport
impl RefUnwindSafe for CompareReport
impl Send for CompareReport
impl Sync for CompareReport
impl Unpin for CompareReport
impl UnsafeUnpin for CompareReport
impl UnwindSafe for CompareReport
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