Struct kudu_pb::rpc_header::RequestIdPB
[−]
[src]
pub struct RequestIdPB { /* fields omitted */ }
Methods
impl RequestIdPB
[src]
fn new() -> RequestIdPB
fn default_instance() -> &'static RequestIdPB
fn clear_client_id(&mut self)
fn has_client_id(&self) -> bool
fn set_client_id(&mut self, v: String)
fn mut_client_id(&mut self) -> &mut String
fn take_client_id(&mut self) -> String
fn get_client_id(&self) -> &str
fn clear_seq_no(&mut self)
fn has_seq_no(&self) -> bool
fn set_seq_no(&mut self, v: i64)
fn get_seq_no(&self) -> i64
fn clear_first_incomplete_seq_no(&mut self)
fn has_first_incomplete_seq_no(&self) -> bool
fn set_first_incomplete_seq_no(&mut self, v: i64)
fn get_first_incomplete_seq_no(&self) -> i64
fn clear_attempt_no(&mut self)
fn has_attempt_no(&self) -> bool
fn set_attempt_no(&mut self, v: i64)
fn get_attempt_no(&self) -> i64
Trait Implementations
impl PartialEq for RequestIdPB
[src]
fn eq(&self, __arg_0: &RequestIdPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RequestIdPB) -> bool
This method tests for !=
.
impl Clone for RequestIdPB
[src]
fn clone(&self) -> RequestIdPB
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 RequestIdPB
[src]
fn default() -> RequestIdPB
Returns the "default value" for a type. Read more