Struct kudu_pb::wire_protocol::NodeInstancePB
[−]
[src]
pub struct NodeInstancePB { /* fields omitted */ }
Methods
impl NodeInstancePB
[src]
fn new() -> NodeInstancePB
fn default_instance() -> &'static NodeInstancePB
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_instance_seqno(&mut self)
fn has_instance_seqno(&self) -> bool
fn set_instance_seqno(&mut self, v: i64)
fn get_instance_seqno(&self) -> i64
Trait Implementations
impl PartialEq for NodeInstancePB
[src]
fn eq(&self, __arg_0: &NodeInstancePB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &NodeInstancePB) -> bool
This method tests for !=
.
impl Clone for NodeInstancePB
[src]
fn clone(&self) -> NodeInstancePB
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 NodeInstancePB
[src]
fn default() -> NodeInstancePB
Returns the "default value" for a type. Read more