[][src]Struct sawtooth_sdk::messages::client_batch_submit::ClientBatchStatusRequest

pub struct ClientBatchStatusRequest {
    pub batch_ids: RepeatedField<String>,
    pub wait: bool,
    pub timeout: u32,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

batch_ids: RepeatedField<String>wait: booltimeout: u32unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl ClientBatchStatusRequest[src]

pub fn new() -> ClientBatchStatusRequest[src]

pub fn get_batch_ids(&self) -> &[String][src]

pub fn clear_batch_ids(&mut self)[src]

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

pub fn mut_batch_ids(&mut self) -> &mut RepeatedField<String>[src]

pub fn take_batch_ids(&mut self) -> RepeatedField<String>[src]

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

pub fn clear_wait(&mut self)[src]

pub fn set_wait(&mut self, v: bool)[src]

pub fn get_timeout(&self) -> u32[src]

pub fn clear_timeout(&mut self)[src]

pub fn set_timeout(&mut self, v: u32)[src]

Trait Implementations

impl Clone for ClientBatchStatusRequest[src]

impl Default for ClientBatchStatusRequest[src]

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

impl PartialEq<ClientBatchStatusRequest> for ClientBatchStatusRequest[src]

impl Debug for ClientBatchStatusRequest[src]

impl Message for ClientBatchStatusRequest[src]

impl Clear for ClientBatchStatusRequest[src]

impl ProtobufValue for ClientBatchStatusRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]