Struct kudu_pb::master::MasterErrorPB
[−]
[src]
pub struct MasterErrorPB { /* fields omitted */ }
Methods
impl MasterErrorPB
[src]
fn new() -> MasterErrorPB
fn default_instance() -> &'static MasterErrorPB
fn clear_code(&mut self)
fn has_code(&self) -> bool
fn set_code(&mut self, v: MasterErrorPB_Code)
fn get_code(&self) -> MasterErrorPB_Code
fn clear_status(&mut self)
fn has_status(&self) -> bool
fn set_status(&mut self, v: AppStatusPB)
fn mut_status(&mut self) -> &mut AppStatusPB
fn take_status(&mut self) -> AppStatusPB
fn get_status(&self) -> &AppStatusPB
Trait Implementations
impl PartialEq for MasterErrorPB
[src]
fn eq(&self, __arg_0: &MasterErrorPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &MasterErrorPB) -> bool
This method tests for !=
.
impl Clone for MasterErrorPB
[src]
fn clone(&self) -> MasterErrorPB
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 MasterErrorPB
[src]
fn default() -> MasterErrorPB
Returns the "default value" for a type. Read more