Struct differential_dataflow::logging::MergeShortfall
source · Expand description
A merge failed to complete in time.
Fields
operator: usizeOperator identifer.
scale: usizeWhich order of magnitude.
shortfall: usizeBy how much were we short.
Trait Implementations
sourceimpl Abomonation for MergeShortfall
impl Abomonation for MergeShortfall
sourceimpl Clone for MergeShortfall
impl Clone for MergeShortfall
sourcefn clone(&self) -> MergeShortfall
fn clone(&self) -> MergeShortfall
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 MergeShortfall
impl Debug for MergeShortfall
sourceimpl From<MergeShortfall> for DifferentialEvent
impl From<MergeShortfall> for DifferentialEvent
sourcefn from(e: MergeShortfall) -> Self
fn from(e: MergeShortfall) -> Self
Converts to this type from the input type.
sourceimpl Ord for MergeShortfall
impl Ord for MergeShortfall
sourcefn cmp(&self, other: &MergeShortfall) -> Ordering
fn cmp(&self, other: &MergeShortfall) -> 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<MergeShortfall> for MergeShortfall
impl PartialEq<MergeShortfall> for MergeShortfall
sourcefn eq(&self, other: &MergeShortfall) -> bool
fn eq(&self, other: &MergeShortfall) -> bool
sourceimpl PartialOrd<MergeShortfall> for MergeShortfall
impl PartialOrd<MergeShortfall> for MergeShortfall
sourcefn partial_cmp(&self, other: &MergeShortfall) -> Option<Ordering>
fn partial_cmp(&self, other: &MergeShortfall) -> 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 MergeShortfall
impl StructuralEq for MergeShortfall
impl StructuralPartialEq for MergeShortfall
Auto Trait Implementations
impl RefUnwindSafe for MergeShortfall
impl Send for MergeShortfall
impl Sync for MergeShortfall
impl Unpin for MergeShortfall
impl UnwindSafe for MergeShortfall
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