Struct kudu_pb::opid::OpId
[−]
[src]
pub struct OpId { /* fields omitted */ }
Methods
impl OpId
[src]
fn new() -> OpId
fn default_instance() -> &'static OpId
fn clear_term(&mut self)
fn has_term(&self) -> bool
fn set_term(&mut self, v: i64)
fn get_term(&self) -> i64
fn clear_index(&mut self)
fn has_index(&self) -> bool
fn set_index(&mut self, v: i64)
fn get_index(&self) -> i64
Trait Implementations
impl PartialEq for OpId
[src]
fn eq(&self, __arg_0: &OpId) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &OpId) -> bool
This method tests for !=
.
impl Clone for OpId
[src]
fn clone(&self) -> OpId
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