Struct kudu_pb::tablet_metadata::ColumnDataPB
[−]
[src]
pub struct ColumnDataPB { /* fields omitted */ }
Methods
impl ColumnDataPB
[src]
fn new() -> ColumnDataPB
fn default_instance() -> &'static ColumnDataPB
fn clear_block(&mut self)
fn has_block(&self) -> bool
fn set_block(&mut self, v: BlockIdPB)
fn mut_block(&mut self) -> &mut BlockIdPB
fn take_block(&mut self) -> BlockIdPB
fn get_block(&self) -> &BlockIdPB
fn clear_column_id(&mut self)
fn has_column_id(&self) -> bool
fn set_column_id(&mut self, v: i32)
fn get_column_id(&self) -> i32
Trait Implementations
impl PartialEq for ColumnDataPB
[src]
fn eq(&self, __arg_0: &ColumnDataPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ColumnDataPB) -> bool
This method tests for !=
.
impl Clone for ColumnDataPB
[src]
fn clone(&self) -> ColumnDataPB
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 ColumnDataPB
[src]
fn default() -> ColumnDataPB
Returns the "default value" for a type. Read more