[][src]Struct tensorflow_serving_client::get_model_status::GetModelStatusRequest

pub struct GetModelStatusRequest {
    pub model_spec: SingularPtrField<ModelSpec>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Generated files are compatible only with the same version of protobuf runtime.

Fields

model_spec: SingularPtrField<ModelSpec>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl GetModelStatusRequest[src]

pub fn new() -> GetModelStatusRequest[src]

pub fn get_model_spec(&self) -> &ModelSpec[src]

pub fn clear_model_spec(&mut self)[src]

pub fn has_model_spec(&self) -> bool[src]

pub fn set_model_spec(&mut self, v: ModelSpec)[src]

pub fn mut_model_spec(&mut self) -> &mut ModelSpec[src]

pub fn take_model_spec(&mut self) -> ModelSpec[src]

Trait Implementations

impl Clear for GetModelStatusRequest[src]

impl Clone for GetModelStatusRequest[src]

impl Debug for GetModelStatusRequest[src]

impl Default for GetModelStatusRequest[src]

impl<'a> Default for &'a GetModelStatusRequest[src]

impl Message for GetModelStatusRequest[src]

impl PartialEq<GetModelStatusRequest> for GetModelStatusRequest[src]

impl ProtobufValue for GetModelStatusRequest[src]

impl StructuralPartialEq for GetModelStatusRequest[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, 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.