Struct differential_dataflow::logging::BatchEvent
source · Expand description
Either the start or end of a merge event.
Fields
operator: usizeOperator identifier.
length: usizeWhich order of magnitude.
Trait Implementations
sourceimpl Abomonation for BatchEvent
impl Abomonation for BatchEvent
sourceimpl Clone for BatchEvent
impl Clone for BatchEvent
sourcefn clone(&self) -> BatchEvent
fn clone(&self) -> BatchEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BatchEvent
impl Debug for BatchEvent
sourceimpl From<BatchEvent> for DifferentialEvent
impl From<BatchEvent> for DifferentialEvent
sourcefn from(e: BatchEvent) -> Self
fn from(e: BatchEvent) -> Self
Converts to this type from the input type.
sourceimpl Ord for BatchEvent
impl Ord for BatchEvent
sourcefn cmp(&self, other: &BatchEvent) -> Ordering
fn cmp(&self, other: &BatchEvent) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<BatchEvent> for BatchEvent
impl PartialEq<BatchEvent> for BatchEvent
sourcefn eq(&self, other: &BatchEvent) -> bool
fn eq(&self, other: &BatchEvent) -> bool
sourceimpl PartialOrd<BatchEvent> for BatchEvent
impl PartialOrd<BatchEvent> for BatchEvent
sourcefn partial_cmp(&self, other: &BatchEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &BatchEvent) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for BatchEvent
impl StructuralEq for BatchEvent
impl StructuralPartialEq for BatchEvent
Auto Trait Implementations
impl RefUnwindSafe for BatchEvent
impl Send for BatchEvent
impl Sync for BatchEvent
impl Unpin for BatchEvent
impl UnwindSafe for BatchEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more