pub struct TopicDiff {
pub topic: String,
pub expected_count: u64,
pub actual_count: u64,
pub count_match: bool,
}Fields§
§topic: String§expected_count: u64§actual_count: u64§count_match: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for TopicDiff
impl RefUnwindSafe for TopicDiff
impl Send for TopicDiff
impl Sync for TopicDiff
impl Unpin for TopicDiff
impl UnsafeUnpin for TopicDiff
impl UnwindSafe for TopicDiff
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