Struct fluvio::metadata::objects::Metadata[][src]

pub struct Metadata<S> where
    S: Spec + Debug + Encoder + Decoder,
    <S as Spec>::Status: Debug,
    <S as Spec>::Status: Encoder,
    <S as Spec>::Status: Decoder
{ pub name: String, pub spec: S, pub status: <S as Spec>::Status, }

Fields

name: Stringspec: Sstatus: <S as Spec>::Status

Trait Implementations

impl<S> Clone for Metadata<S> where
    S: Clone + Spec + Debug + Encoder + Decoder,
    <S as Spec>::Status: Debug,
    <S as Spec>::Status: Encoder,
    <S as Spec>::Status: Decoder,
    <S as Spec>::Status: Clone
[src]

impl<S> Debug for Metadata<S> where
    S: Debug + Spec + Encoder + Decoder,
    <S as Spec>::Status: Debug,
    <S as Spec>::Status: Encoder,
    <S as Spec>::Status: Decoder,
    <S as Spec>::Status: Debug
[src]

impl<S> Decoder for Metadata<S> where
    S: Spec + Debug + Encoder + Decoder,
    <S as Spec>::Status: Debug,
    <S as Spec>::Status: Encoder,
    <S as Spec>::Status: Decoder
[src]

impl<S> Default for Metadata<S> where
    S: Default + Spec + Debug + Encoder + Decoder,
    <S as Spec>::Status: Debug,
    <S as Spec>::Status: Encoder,
    <S as Spec>::Status: Decoder,
    <S as Spec>::Status: Default
[src]

impl<S> Encoder for Metadata<S> where
    S: Spec + Debug + Encoder + Decoder,
    <S as Spec>::Status: Debug,
    <S as Spec>::Status: Encoder,
    <S as Spec>::Status: Decoder
[src]

impl<S, C> From<MetadataStoreObject<S, C>> for Metadata<S> where
    C: MetadataItem,
    S: Spec + Encoder + Decoder,
    <S as Spec>::IndexKey: ToString,
    <S as Spec>::Status: Encoder,
    <S as Spec>::Status: Decoder
[src]

impl<S, C> TryFrom<Metadata<S>> for MetadataStoreObject<S, C> where
    C: MetadataItem,
    S: Spec + Encoder + Decoder,
    <S as Spec>::Status: Encoder,
    <S as Spec>::Status: Decoder,
    <S as Spec>::IndexKey: TryFrom<String>,
    <<S as Spec>::IndexKey as TryFrom<String>>::Error: Display
[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

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

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

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

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

impl<S> UnwindSafe for Metadata<S> where
    S: 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> 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<T> WithSubscriber for T[src]