Struct kudu_pb::fs::BlockIdPB
[−]
[src]
pub struct BlockIdPB { /* fields omitted */ }
Methods
impl BlockIdPB
[src]
fn new() -> BlockIdPB
fn default_instance() -> &'static BlockIdPB
fn clear_id(&mut self)
fn has_id(&self) -> bool
fn set_id(&mut self, v: u64)
fn get_id(&self) -> u64
Trait Implementations
impl PartialEq for BlockIdPB
[src]
fn eq(&self, __arg_0: &BlockIdPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &BlockIdPB) -> bool
This method tests for !=
.
impl Clone for BlockIdPB
[src]
fn clone(&self) -> BlockIdPB
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