[][src]Enum fluvio_sc::stores::actions::WSAction

pub enum WSAction<S> where
    S: Spec + PartialEq<S>, 
{ Apply(MetadataStoreObject<S, K8MetaItem>), UpdateSpec((<S as Spec>::IndexKey, S)), UpdateStatus((<S as Spec>::IndexKey, <S as Spec>::Status)), Delete(<S as Spec>::IndexKey), DeleteFinal(<S as Spec>::IndexKey), }

Variants

UpdateSpec((<S as Spec>::IndexKey, S))
UpdateStatus((<S as Spec>::IndexKey, <S as Spec>::Status))
Delete(<S as Spec>::IndexKey)
DeleteFinal(<S as Spec>::IndexKey)

Trait Implementations

impl<S> Clone for WSAction<S> where
    S: Clone + Spec + PartialEq<S>,
    <S as Spec>::IndexKey: Clone,
    <S as Spec>::Status: Clone
[src]

impl<S> Debug for WSAction<S> where
    S: Spec + PartialEq<S>,
    <S as Spec>::IndexKey: Display
[src]

impl<S> Display for WSAction<S> where
    S: Spec + PartialEq<S>,
    <S as Spec>::IndexKey: Display
[src]

impl<S> PartialEq<WSAction<S>> for WSAction<S> where
    S: PartialEq<S> + Spec,
    <S as Spec>::IndexKey: PartialEq<<S as Spec>::IndexKey>,
    <S as Spec>::Status: PartialEq<<S as Spec>::Status>, 
[src]

impl<S> StructuralPartialEq for WSAction<S> where
    S: Spec + PartialEq<S>, 
[src]

Auto Trait Implementations

impl<S> RefUnwindSafe for WSAction<S> where
    S: RefUnwindSafe,
    <S as Spec>::IndexKey: RefUnwindSafe,
    <S as Spec>::Status: RefUnwindSafe
[src]

impl<S> Send for WSAction<S> where
    S: Send,
    <S as Spec>::IndexKey: Send,
    <S as Spec>::Status: Send
[src]

impl<S> Sync for WSAction<S> where
    S: Sync,
    <S as Spec>::IndexKey: Sync,
    <S as Spec>::Status: Sync
[src]

impl<S> Unpin for WSAction<S> where
    S: Unpin,
    <S as Spec>::IndexKey: Unpin,
    <S as Spec>::Status: Unpin
[src]

impl<S> UnwindSafe for WSAction<S> where
    S: UnwindSafe,
    <S as Spec>::IndexKey: UnwindSafe,
    <S as Spec>::Status: 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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]