Struct differential_dataflow::logging::BatchEvent [−][src]
Either the start or end of a merge event.
Fields
operator: usize
Operator identifier.
length: usize
Which order of magnitude.
Trait Implementations
impl Debug for BatchEvent
[src]
impl Debug for BatchEvent
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BatchEvent
[src]
impl Clone for BatchEvent
fn clone(&self) -> BatchEvent
[src]
fn clone(&self) -> BatchEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Abomonation for BatchEvent
[src]
impl Abomonation for BatchEvent
unsafe fn entomb<W: Write>(&self, _write: &mut W) -> Result<()>
[src]
unsafe fn entomb<W: Write>(&self, _write: &mut W) -> Result<()>
Write any additional information about &self
beyond its binary representation. Read more
fn extent(&self) -> usize
[src]
fn extent(&self) -> usize
Reports the number of further bytes required to entomb self
.
unsafe fn exhume<'a, 'b>(
&'a mut self,
bytes: &'b mut [u8]
) -> Option<&'b mut [u8]>
[src]
unsafe fn exhume<'a, 'b>(
&'a mut self,
bytes: &'b mut [u8]
) -> Option<&'b mut [u8]>
Recover any information for &mut self
not evident from its binary representation. Read more
impl Ord for BatchEvent
[src]
impl Ord for BatchEvent
fn cmp(&self, other: &BatchEvent) -> Ordering
[src]
fn cmp(&self, other: &BatchEvent) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl PartialOrd for BatchEvent
[src]
impl PartialOrd for BatchEvent
fn partial_cmp(&self, other: &BatchEvent) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &BatchEvent) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &BatchEvent) -> bool
[src]
fn lt(&self, other: &BatchEvent) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &BatchEvent) -> bool
[src]
fn le(&self, other: &BatchEvent) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, other: &BatchEvent) -> bool
[src]
fn gt(&self, other: &BatchEvent) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &BatchEvent) -> bool
[src]
fn ge(&self, other: &BatchEvent) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Eq for BatchEvent
[src]
impl Eq for BatchEvent
impl PartialEq for BatchEvent
[src]
impl PartialEq for BatchEvent
fn eq(&self, other: &BatchEvent) -> bool
[src]
fn eq(&self, other: &BatchEvent) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &BatchEvent) -> bool
[src]
fn ne(&self, other: &BatchEvent) -> bool
This method tests for !=
.
impl From<BatchEvent> for DifferentialEvent
[src]
impl From<BatchEvent> for DifferentialEvent
fn from(e: BatchEvent) -> Self
[src]
fn from(e: BatchEvent) -> Self
Performs the conversion.
Auto Trait Implementations
impl Send for BatchEvent
impl Send for BatchEvent
impl Sync for BatchEvent
impl Sync for BatchEvent