[][src]Struct tensorflow_serving_client::feature::BytesList

pub struct BytesList {
    pub value: RepeatedField<Vec<u8>>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

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

Fields

value: RepeatedField<Vec<u8>>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl BytesList[src]

pub fn new() -> BytesList[src]

pub fn get_value(&self) -> &[Vec<u8>][src]

pub fn clear_value(&mut self)[src]

pub fn set_value(&mut self, v: RepeatedField<Vec<u8>>)[src]

pub fn mut_value(&mut self) -> &mut RepeatedField<Vec<u8>>[src]

pub fn take_value(&mut self) -> RepeatedField<Vec<u8>>[src]

Trait Implementations

impl Clear for BytesList[src]

impl Clone for BytesList[src]

impl Debug for BytesList[src]

impl Default for BytesList[src]

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

impl Message for BytesList[src]

impl PartialEq<BytesList> for BytesList[src]

impl ProtobufValue for BytesList[src]

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