Struct kudu_pb::tserver::ScanRequestPB
[−]
[src]
pub struct ScanRequestPB { /* fields omitted */ }
Methods
impl ScanRequestPB
[src]
fn new() -> ScanRequestPB
fn default_instance() -> &'static ScanRequestPB
fn clear_scanner_id(&mut self)
fn has_scanner_id(&self) -> bool
fn set_scanner_id(&mut self, v: Vec<u8>)
fn mut_scanner_id(&mut self) -> &mut Vec<u8>
fn take_scanner_id(&mut self) -> Vec<u8>
fn get_scanner_id(&self) -> &[u8]
fn clear_new_scan_request(&mut self)
fn has_new_scan_request(&self) -> bool
fn set_new_scan_request(&mut self, v: NewScanRequestPB)
fn mut_new_scan_request(&mut self) -> &mut NewScanRequestPB
fn take_new_scan_request(&mut self) -> NewScanRequestPB
fn get_new_scan_request(&self) -> &NewScanRequestPB
fn clear_call_seq_id(&mut self)
fn has_call_seq_id(&self) -> bool
fn set_call_seq_id(&mut self, v: u32)
fn get_call_seq_id(&self) -> u32
fn clear_batch_size_bytes(&mut self)
fn has_batch_size_bytes(&self) -> bool
fn set_batch_size_bytes(&mut self, v: u32)
fn get_batch_size_bytes(&self) -> u32
fn clear_close_scanner(&mut self)
fn has_close_scanner(&self) -> bool
fn set_close_scanner(&mut self, v: bool)
fn get_close_scanner(&self) -> bool
Trait Implementations
impl PartialEq for ScanRequestPB
[src]
fn eq(&self, __arg_0: &ScanRequestPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ScanRequestPB) -> bool
This method tests for !=
.
impl Clone for ScanRequestPB
[src]
fn clone(&self) -> ScanRequestPB
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 ScanRequestPB
[src]
fn default() -> ScanRequestPB
Returns the "default value" for a type. Read more