[][src]Struct flv_k8_spu::SpuSpec

pub struct SpuSpec {
    pub spu_id: i32,
    pub public_endpoint: IngressPort,
    pub private_endpoint: Endpoint,
    pub spu_type: Option<SpuType>,
    pub rack: Option<String>,
}

Fields

spu_id: i32public_endpoint: IngressPortprivate_endpoint: Endpointspu_type: Option<SpuType>rack: Option<String>

Trait Implementations

impl Clone for SpuSpec[src]

impl Debug for SpuSpec[src]

impl Default for SpuSpec[src]

impl<'de> Deserialize<'de> for SpuSpec[src]

impl PartialEq<SpuSpec> for SpuSpec[src]

impl Serialize for SpuSpec[src]

impl Spec for SpuSpec[src]

type Status = SpuStatus

type Header = DefaultHeader

impl StructuralPartialEq for SpuSpec[src]

Auto Trait Implementations

impl RefUnwindSafe for SpuSpec

impl Send for SpuSpec

impl Sync for SpuSpec

impl Unpin for SpuSpec

impl UnwindSafe for SpuSpec

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: Deserialize<'de>, 
[src]

impl<T> From<T> 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.