[][src]Struct grpcio_proto::testing::messages::StreamingInputCallRequest

pub struct StreamingInputCallRequest {
    pub payload: SingularPtrField<Payload>,
    pub expect_compressed: SingularPtrField<BoolValue>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

payload: SingularPtrField<Payload>expect_compressed: SingularPtrField<BoolValue>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl StreamingInputCallRequest[src]

pub fn new() -> StreamingInputCallRequest[src]

pub fn get_payload(&self) -> &Payload[src]

pub fn clear_payload(&mut self)[src]

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

pub fn set_payload(&mut self, v: Payload)[src]

pub fn mut_payload(&mut self) -> &mut Payload[src]

pub fn take_payload(&mut self) -> Payload[src]

pub fn get_expect_compressed(&self) -> &BoolValue[src]

pub fn clear_expect_compressed(&mut self)[src]

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

pub fn set_expect_compressed(&mut self, v: BoolValue)[src]

pub fn mut_expect_compressed(&mut self) -> &mut BoolValue[src]

pub fn take_expect_compressed(&mut self) -> BoolValue[src]

Trait Implementations

impl Clear for StreamingInputCallRequest[src]

impl Clone for StreamingInputCallRequest[src]

impl Debug for StreamingInputCallRequest[src]

impl Default for StreamingInputCallRequest[src]

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

impl Message for StreamingInputCallRequest[src]

impl PartialEq<StreamingInputCallRequest> for StreamingInputCallRequest[src]

impl ProtobufValue for StreamingInputCallRequest[src]

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