[][src]Enum k8_obj_metadata::DeleteStatus

pub enum DeleteStatus<S> where
    S: Spec
{ Deleted(DeletedStatus), ForegroundDelete(K8Obj<S>), }

Variants

Deleted(DeletedStatus)
ForegroundDelete(K8Obj<S>)

Trait Implementations

impl<S: Clone> Clone for DeleteStatus<S> where
    S: Spec
[src]

impl<S: Debug> Debug for DeleteStatus<S> where
    S: Spec
[src]

Auto Trait Implementations

impl<S> RefUnwindSafe for DeleteStatus<S> where
    S: RefUnwindSafe,
    <S as Spec>::Header: RefUnwindSafe,
    <S as Spec>::Status: RefUnwindSafe
[src]

impl<S> Send for DeleteStatus<S> where
    <S as Spec>::Header: Send,
    <S as Spec>::Status: Send
[src]

impl<S> Sync for DeleteStatus<S> where
    <S as Spec>::Header: Sync,
    <S as Spec>::Status: Sync
[src]

impl<S> Unpin for DeleteStatus<S> where
    S: Unpin,
    <S as Spec>::Header: Unpin,
    <S as Spec>::Status: Unpin
[src]

impl<S> UnwindSafe for DeleteStatus<S> where
    S: UnwindSafe,
    <S as Spec>::Header: 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> From<T> 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, 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.