Enum fluvio::metadata::store::EpochDeltaChanges[]

pub enum EpochDeltaChanges<V> {
    SyncAll(Vec<V, Global>),
    Changes((Vec<V, Global>, Vec<V, Global>)),
}

Variants

SyncAll(Vec<V, Global>)
Changes((Vec<V, Global>, Vec<V, Global>))

Implementations

impl<V> EpochDeltaChanges<V>

pub fn empty() -> EpochDeltaChanges<V>

Auto Trait Implementations

impl<V> RefUnwindSafe for EpochDeltaChanges<V> where
    V: RefUnwindSafe
[src]

impl<V> Send for EpochDeltaChanges<V> where
    V: Send
[src]

impl<V> Sync for EpochDeltaChanges<V> where
    V: Sync
[src]

impl<V> Unpin for EpochDeltaChanges<V> where
    V: Unpin
[src]

impl<V> UnwindSafe for EpochDeltaChanges<V> where
    V: UnwindSafe
[src]

Blanket Implementations

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

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

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

impl<T> Erased for T

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

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> WithSubscriber for T[src]