Struct kvproto::enginepb::CommandResponseBatch[][src]

pub struct CommandResponseBatch {
    pub responses: RepeatedField<CommandResponse>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

responses: RepeatedField<CommandResponse>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl CommandResponseBatch[src]

pub fn new() -> CommandResponseBatch[src]

pub fn get_responses(&self) -> &[CommandResponse][src]

pub fn clear_responses(&mut self)[src]

pub fn set_responses(&mut self, v: RepeatedField<CommandResponse>)[src]

pub fn mut_responses(&mut self) -> &mut RepeatedField<CommandResponse>[src]

pub fn take_responses(&mut self) -> RepeatedField<CommandResponse>[src]

Trait Implementations

impl Clear for CommandResponseBatch[src]

impl Clone for CommandResponseBatch[src]

impl Debug for CommandResponseBatch[src]

impl Default for CommandResponseBatch[src]

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

impl Message for CommandResponseBatch[src]

impl PartialEq<CommandResponseBatch> for CommandResponseBatch[src]

impl PbPrint for CommandResponseBatch[src]

impl ProtobufValue for CommandResponseBatch[src]

impl StructuralPartialEq for CommandResponseBatch[src]

Auto Trait Implementations

impl RefUnwindSafe for CommandResponseBatch

impl Send for CommandResponseBatch

impl Sync for CommandResponseBatch

impl Unpin for CommandResponseBatch

impl UnwindSafe for CommandResponseBatch

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.