Struct kudu_pb::wire_protocol::RowOperationsPB
[−]
[src]
pub struct RowOperationsPB { /* fields omitted */ }
Methods
impl RowOperationsPB
[src]
fn new() -> RowOperationsPB
fn default_instance() -> &'static RowOperationsPB
fn clear_rows(&mut self)
fn has_rows(&self) -> bool
fn set_rows(&mut self, v: Vec<u8>)
fn mut_rows(&mut self) -> &mut Vec<u8>
fn take_rows(&mut self) -> Vec<u8>
fn get_rows(&self) -> &[u8]
fn clear_indirect_data(&mut self)
fn has_indirect_data(&self) -> bool
fn set_indirect_data(&mut self, v: Vec<u8>)
fn mut_indirect_data(&mut self) -> &mut Vec<u8>
fn take_indirect_data(&mut self) -> Vec<u8>
fn get_indirect_data(&self) -> &[u8]
Trait Implementations
impl PartialEq for RowOperationsPB
[src]
fn eq(&self, __arg_0: &RowOperationsPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RowOperationsPB) -> bool
This method tests for !=
.
impl Clone for RowOperationsPB
[src]
fn clone(&self) -> RowOperationsPB
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 RowOperationsPB
[src]
fn default() -> RowOperationsPB
Returns the "default value" for a type. Read more