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