pub struct BatchEvent {
pub operator: usize,
pub length: usize,
}
Expand description
Either the start or end of a merge event.
Fields§
§operator: usize
Operator identifier.
length: usize
Which order of magnitude.
Trait Implementations§
Source§impl Abomonation for BatchEvent
impl Abomonation for BatchEvent
Source§impl Clone for BatchEvent
impl Clone for BatchEvent
Source§fn clone(&self) -> BatchEvent
fn clone(&self) -> BatchEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BatchEvent
impl Debug for BatchEvent
Source§impl From<BatchEvent> for DifferentialEvent
impl From<BatchEvent> for DifferentialEvent
Source§fn from(e: BatchEvent) -> Self
fn from(e: BatchEvent) -> Self
Converts to this type from the input type.
Source§impl Ord for BatchEvent
impl Ord for BatchEvent
Source§fn cmp(&self, other: &BatchEvent) -> Ordering
fn cmp(&self, other: &BatchEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BatchEvent
impl PartialEq for BatchEvent
Source§impl PartialOrd for BatchEvent
impl PartialOrd for BatchEvent
impl Eq for BatchEvent
impl StructuralPartialEq for BatchEvent
Auto Trait Implementations§
impl Freeze for BatchEvent
impl RefUnwindSafe for BatchEvent
impl Send for BatchEvent
impl Sync for BatchEvent
impl Unpin for BatchEvent
impl UnwindSafe for BatchEvent
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