[][src]Struct tensorflow_serving_client::feature::Feature

pub struct Feature {
    pub kind: Option<Feature_oneof_kind>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

kind: Option<Feature_oneof_kind>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Feature[src]

pub fn new() -> Feature[src]

pub fn get_bytes_list(&self) -> &BytesList[src]

pub fn clear_bytes_list(&mut self)[src]

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

pub fn set_bytes_list(&mut self, v: BytesList)[src]

pub fn mut_bytes_list(&mut self) -> &mut BytesList[src]

pub fn take_bytes_list(&mut self) -> BytesList[src]

pub fn get_float_list(&self) -> &FloatList[src]

pub fn clear_float_list(&mut self)[src]

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

pub fn set_float_list(&mut self, v: FloatList)[src]

pub fn mut_float_list(&mut self) -> &mut FloatList[src]

pub fn take_float_list(&mut self) -> FloatList[src]

pub fn get_int64_list(&self) -> &Int64List[src]

pub fn clear_int64_list(&mut self)[src]

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

pub fn set_int64_list(&mut self, v: Int64List)[src]

pub fn mut_int64_list(&mut self) -> &mut Int64List[src]

pub fn take_int64_list(&mut self) -> Int64List[src]

Trait Implementations

impl Clear for Feature[src]

impl Clone for Feature[src]

impl Debug for Feature[src]

impl Default for Feature[src]

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

impl Message for Feature[src]

impl PartialEq<Feature> for Feature[src]

impl ProtobufValue for Feature[src]

impl StructuralPartialEq for Feature[src]

Auto Trait Implementations

impl RefUnwindSafe for Feature

impl Send for Feature

impl Sync for Feature

impl Unpin for Feature

impl UnwindSafe for Feature

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.