Struct kudu_pb::tablet::TxResultPB
[−]
[src]
pub struct TxResultPB { /* fields omitted */ }Methods
impl TxResultPB[src]
fn new() -> TxResultPB
fn default_instance() -> &'static TxResultPB
fn clear_ops(&mut self)
fn set_ops(&mut self, v: RepeatedField<OperationResultPB>)
fn mut_ops(&mut self) -> &mut RepeatedField<OperationResultPB>
fn take_ops(&mut self) -> RepeatedField<OperationResultPB>
fn get_ops(&self) -> &[OperationResultPB]
Trait Implementations
impl PartialEq for TxResultPB[src]
fn eq(&self, __arg_0: &TxResultPB) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TxResultPB) -> bool
This method tests for !=.
impl Clone for TxResultPB[src]
fn clone(&self) -> TxResultPB
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for TxResultPB[src]
fn default() -> TxResultPB
Returns the "default value" for a type. Read more