Struct kvproto::enginepb::CommandRequestBatch[][src]

pub struct CommandRequestBatch {
    pub requests: RepeatedField<CommandRequest>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

requests: RepeatedField<CommandRequest>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl CommandRequestBatch[src]

pub fn new() -> CommandRequestBatch[src]

pub fn get_requests(&self) -> &[CommandRequest][src]

pub fn clear_requests(&mut self)[src]

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

pub fn mut_requests(&mut self) -> &mut RepeatedField<CommandRequest>[src]

pub fn take_requests(&mut self) -> RepeatedField<CommandRequest>[src]

Trait Implementations

impl Clear for CommandRequestBatch[src]

impl Clone for CommandRequestBatch[src]

impl Debug for CommandRequestBatch[src]

impl Default for CommandRequestBatch[src]

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

impl Message for CommandRequestBatch[src]

impl PartialEq<CommandRequestBatch> for CommandRequestBatch[src]

impl PbPrint for CommandRequestBatch[src]

impl ProtobufValue for CommandRequestBatch[src]

impl StructuralPartialEq for CommandRequestBatch[src]

Auto Trait Implementations

impl RefUnwindSafe for CommandRequestBatch

impl Send for CommandRequestBatch

impl Sync for CommandRequestBatch

impl Unpin for CommandRequestBatch

impl UnwindSafe for CommandRequestBatch

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.