Struct kudu_pb::master::TSInfoPB
[−]
[src]
pub struct TSInfoPB { /* fields omitted */ }
Methods
impl TSInfoPB
[src]
fn new() -> TSInfoPB
fn default_instance() -> &'static TSInfoPB
fn clear_permanent_uuid(&mut self)
fn has_permanent_uuid(&self) -> bool
fn set_permanent_uuid(&mut self, v: Vec<u8>)
fn mut_permanent_uuid(&mut self) -> &mut Vec<u8>
fn take_permanent_uuid(&mut self) -> Vec<u8>
fn get_permanent_uuid(&self) -> &[u8]
fn clear_rpc_addresses(&mut self)
fn set_rpc_addresses(&mut self, v: RepeatedField<HostPortPB>)
fn mut_rpc_addresses(&mut self) -> &mut RepeatedField<HostPortPB>
fn take_rpc_addresses(&mut self) -> RepeatedField<HostPortPB>
fn get_rpc_addresses(&self) -> &[HostPortPB]
Trait Implementations
impl PartialEq for TSInfoPB
[src]
fn eq(&self, __arg_0: &TSInfoPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &TSInfoPB) -> bool
This method tests for !=
.
impl Clone for TSInfoPB
[src]
fn clone(&self) -> TSInfoPB
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