pub struct Conflict {
pub event_a: ExpandedEvent,
pub event_b: ExpandedEvent,
pub overlap_minutes: i64,
}Expand description
A detected conflict between two events.
Fields§
§event_a: ExpandedEvent§event_b: ExpandedEvent§overlap_minutes: i64Trait Implementations§
impl StructuralPartialEq for Conflict
Auto Trait Implementations§
impl Freeze for Conflict
impl RefUnwindSafe for Conflict
impl Send for Conflict
impl Sync for Conflict
impl Unpin for Conflict
impl UnsafeUnpin for Conflict
impl UnwindSafe for Conflict
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