[]Struct fluvio_sc::dispatcher::k8::app::core::metadata::UpdateK8ObjStatus

pub struct UpdateK8ObjStatus<S> where
    S: Spec
{ pub api_version: String, pub kind: String, pub metadata: UpdateItemMeta, pub status: <S as Spec>::Status, pub data: PhantomData<S>, }

Used for updating k8obj

Fields

api_version: Stringkind: Stringmetadata: UpdateItemMetastatus: <S as Spec>::Statusdata: PhantomData<S>

Implementations

impl<S> UpdateK8ObjStatus<S> where
    S: Spec

pub fn new(
    status: <S as Spec>::Status,
    metadata: UpdateItemMeta
) -> UpdateK8ObjStatus<S>

Trait Implementations

impl<S> Clone for UpdateK8ObjStatus<S> where
    S: Clone + Spec,
    <S as Spec>::Status: Clone

impl<S> Debug for UpdateK8ObjStatus<S> where
    S: Debug + Spec,
    <S as Spec>::Status: Debug

impl<S> Default for UpdateK8ObjStatus<S> where
    S: Default + Spec,
    <S as Spec>::Status: Default

impl<'de, S> Deserialize<'de> for UpdateK8ObjStatus<S> where
    S: Spec,
    <S as Spec>::Status: Deserialize<'de>, 

impl<S> Serialize for UpdateK8ObjStatus<S> where
    S: Spec,
    <S as Spec>::Status: Serialize

Auto Trait Implementations

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

impl<S> Send for UpdateK8ObjStatus<S> where
    <S as Spec>::Status: Send
[src]

impl<S> Sync for UpdateK8ObjStatus<S> where
    <S as Spec>::Status: Sync
[src]

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

impl<S> UnwindSafe for UpdateK8ObjStatus<S> where
    S: 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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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, 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]