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

pub struct ClientBatchStatus_InvalidTransaction {
    pub transaction_id: String,
    pub message: String,
    pub extended_data: Vec<u8>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

transaction_id: Stringmessage: Stringextended_data: Vec<u8>unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl ClientBatchStatus_InvalidTransaction[src]

pub fn new() -> ClientBatchStatus_InvalidTransaction[src]

pub fn get_transaction_id(&self) -> &str[src]

pub fn clear_transaction_id(&mut self)[src]

pub fn set_transaction_id(&mut self, v: String)[src]

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

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

pub fn get_message(&self) -> &str[src]

pub fn clear_message(&mut self)[src]

pub fn set_message(&mut self, v: String)[src]

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

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

pub fn get_extended_data(&self) -> &[u8][src]

pub fn clear_extended_data(&mut self)[src]

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

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

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

Trait Implementations

impl Clone for ClientBatchStatus_InvalidTransaction[src]

impl Default for ClientBatchStatus_InvalidTransaction[src]

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

impl PartialEq<ClientBatchStatus_InvalidTransaction> for ClientBatchStatus_InvalidTransaction[src]

impl Debug for ClientBatchStatus_InvalidTransaction[src]

impl Message for ClientBatchStatus_InvalidTransaction[src]

impl Clear for ClientBatchStatus_InvalidTransaction[src]

impl ProtobufValue for ClientBatchStatus_InvalidTransaction[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]