Struct differential_dataflow::logging::DropEvent
source · pub struct DropEvent {
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<'de> Deserialize<'de> for DropEvent
impl<'de> Deserialize<'de> for DropEvent
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<DropEvent> for DifferentialEvent
impl From<DropEvent> for DifferentialEvent
source§impl Ord for DropEvent
impl Ord for DropEvent
source§impl PartialOrd for DropEvent
impl PartialOrd for DropEvent
impl Eq for DropEvent
impl StructuralPartialEq for DropEvent
Auto Trait Implementations§
impl Freeze for DropEvent
impl RefUnwindSafe for DropEvent
impl Send for DropEvent
impl Sync for DropEvent
impl Unpin for DropEvent
impl UnwindSafe for DropEvent
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
.