[][src]Enum k8_client::metadata::ApplyResult

pub enum ApplyResult<S> where
    S: Spec
{ None, Created(K8Obj<S>), Patched(K8Obj<S>), }

Variants

None
Created(K8Obj<S>)
Patched(K8Obj<S>)

Trait Implementations

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

Auto Trait Implementations

impl<S> RefUnwindSafe for ApplyResult<S> where
    S: RefUnwindSafe,
    <S as Spec>::Header: RefUnwindSafe,
    <S as Spec>::Status: RefUnwindSafe

impl<S> Send for ApplyResult<S> where
    <S as Spec>::Header: Send,
    <S as Spec>::Status: Send

impl<S> Sync for ApplyResult<S> where
    <S as Spec>::Header: Sync,
    <S as Spec>::Status: Sync

impl<S> Unpin for ApplyResult<S> where
    S: Unpin,
    <S as Spec>::Header: Unpin,
    <S as Spec>::Status: Unpin

impl<S> UnwindSafe for ApplyResult<S> where
    S: UnwindSafe,
    <S as Spec>::Header: UnwindSafe,
    <S as Spec>::Status: UnwindSafe

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, 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]