pub struct EventLogDiff {
pub events: (usize, usize),
pub kinds_only_in_a: Vec<String>,
pub kinds_only_in_b: Vec<String>,
}Fields§
§events: (usize, usize)§kinds_only_in_a: Vec<String>§kinds_only_in_b: Vec<String>Trait Implementations§
Source§impl Debug for EventLogDiff
impl Debug for EventLogDiff
Auto Trait Implementations§
impl Freeze for EventLogDiff
impl RefUnwindSafe for EventLogDiff
impl Send for EventLogDiff
impl Sync for EventLogDiff
impl Unpin for EventLogDiff
impl UnsafeUnpin for EventLogDiff
impl UnwindSafe for EventLogDiff
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