Struct kudu_pb::master::TableIdentifierPB
[−]
[src]
pub struct TableIdentifierPB { /* fields omitted */ }
Methods
impl TableIdentifierPB
[src]
fn new() -> TableIdentifierPB
fn default_instance() -> &'static TableIdentifierPB
fn clear_table_id(&mut self)
fn has_table_id(&self) -> bool
fn set_table_id(&mut self, v: Vec<u8>)
fn mut_table_id(&mut self) -> &mut Vec<u8>
fn take_table_id(&mut self) -> Vec<u8>
fn get_table_id(&self) -> &[u8]
fn clear_table_name(&mut self)
fn has_table_name(&self) -> bool
fn set_table_name(&mut self, v: String)
fn mut_table_name(&mut self) -> &mut String
fn take_table_name(&mut self) -> String
fn get_table_name(&self) -> &str
Trait Implementations
impl PartialEq for TableIdentifierPB
[src]
fn eq(&self, __arg_0: &TableIdentifierPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TableIdentifierPB) -> bool
This method tests for !=
.
impl Clone for TableIdentifierPB
[src]
fn clone(&self) -> TableIdentifierPB
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 TableIdentifierPB
[src]
fn default() -> TableIdentifierPB
Returns the "default value" for a type. Read more