struct BaseEventDiff {
file: String,
delta: FieldDelta,
}Expand description
The BaseEvent comparison, which is one struct rather than one per event.
Fields§
§file: StringRepo-relative file the Rust envelope was read from.
delta: FieldDeltaTrait Implementations§
Auto Trait Implementations§
impl Freeze for BaseEventDiff
impl RefUnwindSafe for BaseEventDiff
impl Send for BaseEventDiff
impl Sync for BaseEventDiff
impl Unpin for BaseEventDiff
impl UnsafeUnpin for BaseEventDiff
impl UnwindSafe for BaseEventDiff
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