Struct differential_dataflow::logging::BatchEvent
source · 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 Clone for BatchEvent
impl Clone for BatchEvent
source§fn clone(&self) -> BatchEvent
fn clone(&self) -> BatchEvent
Returns a copy 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<'de> Deserialize<'de> for BatchEvent
impl<'de> Deserialize<'de> for BatchEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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
source§impl Serialize for BatchEvent
impl Serialize 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> PreferredContainer for T
impl<T> PreferredContainer for T
source§impl<T> ProgressEventTimestamp for T
impl<T> ProgressEventTimestamp for T
source§impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
impl<'a, S, T> Semigroup<&'a S> for Twhere
T: Semigroup<S>,
source§fn plus_equals(&mut self, rhs: &&'a S)
fn plus_equals(&mut self, rhs: &&'a S)
The method of
std::ops::AddAssign
, for types that do not implement AddAssign
.