Struct differential_dataflow::logging::MergeShortfall [−][src]
A merge failed to complete in time.
Fields
operator: usize
Operator identifer.
scale: usize
Which order of magnitude.
shortfall: usize
By how much were we short.
Trait Implementations
impl Debug for MergeShortfall[src]
impl Debug for MergeShortfallfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MergeShortfall[src]
impl Clone for MergeShortfallfn clone(&self) -> MergeShortfall[src]
fn clone(&self) -> MergeShortfallReturns 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 MergeShortfall[src]
impl Abomonation for MergeShortfallunsafe 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) -> usizeReports 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 MergeShortfall[src]
impl Ord for MergeShortfallfn cmp(&self, other: &MergeShortfall) -> Ordering[src]
fn cmp(&self, other: &MergeShortfall) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for MergeShortfall[src]
impl PartialOrd for MergeShortfallfn partial_cmp(&self, other: &MergeShortfall) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &MergeShortfall) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &MergeShortfall) -> bool[src]
fn lt(&self, other: &MergeShortfall) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &MergeShortfall) -> bool[src]
fn le(&self, other: &MergeShortfall) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &MergeShortfall) -> bool[src]
fn gt(&self, other: &MergeShortfall) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &MergeShortfall) -> bool[src]
fn ge(&self, other: &MergeShortfall) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Eq for MergeShortfall[src]
impl Eq for MergeShortfallimpl PartialEq for MergeShortfall[src]
impl PartialEq for MergeShortfallfn eq(&self, other: &MergeShortfall) -> bool[src]
fn eq(&self, other: &MergeShortfall) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MergeShortfall) -> bool[src]
fn ne(&self, other: &MergeShortfall) -> boolThis method tests for !=.
impl From<MergeShortfall> for DifferentialEvent[src]
impl From<MergeShortfall> for DifferentialEventfn from(e: MergeShortfall) -> Self[src]
fn from(e: MergeShortfall) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for MergeShortfall
impl Send for MergeShortfallimpl Sync for MergeShortfall
impl Sync for MergeShortfall