Struct kudu_pb::wire_protocol::AppStatusPB
[−]
[src]
pub struct AppStatusPB { /* fields omitted */ }
Methods
impl AppStatusPB
[src]
fn new() -> AppStatusPB
fn default_instance() -> &'static AppStatusPB
fn clear_code(&mut self)
fn has_code(&self) -> bool
fn set_code(&mut self, v: AppStatusPB_ErrorCode)
fn get_code(&self) -> AppStatusPB_ErrorCode
fn clear_message(&mut self)
fn has_message(&self) -> bool
fn set_message(&mut self, v: String)
fn mut_message(&mut self) -> &mut String
fn take_message(&mut self) -> String
fn get_message(&self) -> &str
fn clear_posix_code(&mut self)
fn has_posix_code(&self) -> bool
fn set_posix_code(&mut self, v: i32)
fn get_posix_code(&self) -> i32
Trait Implementations
impl PartialEq for AppStatusPB
[src]
fn eq(&self, __arg_0: &AppStatusPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AppStatusPB) -> bool
This method tests for !=
.
impl Clone for AppStatusPB
[src]
fn clone(&self) -> AppStatusPB
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 AppStatusPB
[src]
fn default() -> AppStatusPB
Returns the "default value" for a type. Read more