[][src]Struct differential_dataflow::logging::TraceShare

pub struct TraceShare {
    pub operator: usize,
    pub diff: isize,
}

Either the start or end of a merge event.

Fields

operator: usize

Operator identifier.

diff: isize

Change in number of shares.

Trait Implementations

impl From<TraceShare> for DifferentialEvent[src]

impl Clone for TraceShare[src]

impl Eq for TraceShare[src]

impl Ord for TraceShare[src]

impl PartialEq<TraceShare> for TraceShare[src]

impl PartialOrd<TraceShare> for TraceShare[src]

impl Debug for TraceShare[src]

impl StructuralPartialEq for TraceShare[src]

impl StructuralEq for TraceShare[src]

impl Abomonation for TraceShare[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Data for T where
    T: Ord + Debug + Data
[src]

impl<T> ExchangeData for T where
    T: Ord + Debug + ExchangeData
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Data for T where
    T: 'static + Send + Sync + Any + Abomonation

impl<T> Data for T where
    T: 'static + Clone
[src]

impl<T> ExchangeData for T where
    T: Data + Data, 
[src]