[][src]Struct tensorflow_serving_client::config::RunOptions_Experimental

pub struct RunOptions_Experimental {
    pub collective_graph_key: i64,
    pub use_run_handler_pool: bool,
    pub run_handler_pool_options: SingularPtrField<RunOptions_Experimental_RunHandlerPoolOptions>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

collective_graph_key: i64use_run_handler_pool: boolrun_handler_pool_options: SingularPtrField<RunOptions_Experimental_RunHandlerPoolOptions>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RunOptions_Experimental[src]

Trait Implementations

impl Clear for RunOptions_Experimental[src]

impl Clone for RunOptions_Experimental[src]

impl Debug for RunOptions_Experimental[src]

impl Default for RunOptions_Experimental[src]

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

impl Message for RunOptions_Experimental[src]

impl PartialEq<RunOptions_Experimental> for RunOptions_Experimental[src]

impl ProtobufValue for RunOptions_Experimental[src]

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