Struct fluvio_sc_schema::spu::CustomSpuSpec[][src]

pub struct CustomSpuSpec {
    pub id: i32,
    pub public_endpoint: IngressPort,
    pub private_endpoint: Endpoint,
    pub rack: Option<String>,
}

Custom Spu Spec This is not real spec since when this is stored on metadata store, it will be stored as SPU

Fields

id: i32public_endpoint: IngressPortprivate_endpoint: Endpointrack: Option<String>

Implementations

impl CustomSpuSpec[src]

pub const LABEL: &'static str[src]

Trait Implementations

impl Clone for CustomSpuSpec[src]

impl Creatable for CustomSpuSpec[src]

impl Debug for CustomSpuSpec[src]

impl Decoder for CustomSpuSpec[src]

impl Default for CustomSpuSpec[src]

impl DeleteSpec for CustomSpuSpec[src]

impl Encoder for CustomSpuSpec[src]

impl From<CustomSpuSpec> for SpuSpec[src]

impl From<CustomSpuSpec> for AllCreatableSpec[src]

impl From<SpuSpec> for CustomSpuSpec[src]

impl ListSpec for CustomSpuSpec[src]

type Filter = NameFilter

filter type

impl PartialEq<CustomSpuSpec> for CustomSpuSpec[src]

impl Removable for CustomSpuSpec[src]

impl Spec for CustomSpuSpec[src]

this is not real spec but is there to allow passing of parameters

type IndexKey = String

type Status = SpuStatus

type Owner = SpuSpec

impl SpecExt for CustomSpuSpec[src]

impl StructuralPartialEq for CustomSpuSpec[src]

Auto Trait Implementations

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.