Struct kudu_pb::rpc_header::ErrorStatusPB
[−]
[src]
pub struct ErrorStatusPB { /* fields omitted */ }
Methods
impl ErrorStatusPB
[src]
fn new() -> ErrorStatusPB
fn default_instance() -> &'static ErrorStatusPB
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_code(&mut self)
fn has_code(&self) -> bool
fn set_code(&mut self, v: ErrorStatusPB_RpcErrorCodePB)
fn get_code(&self) -> ErrorStatusPB_RpcErrorCodePB
fn clear_unsupported_feature_flags(&mut self)
fn set_unsupported_feature_flags(&mut self, v: Vec<u32>)
fn mut_unsupported_feature_flags(&mut self) -> &mut Vec<u32>
fn take_unsupported_feature_flags(&mut self) -> Vec<u32>
fn get_unsupported_feature_flags(&self) -> &[u32]
Trait Implementations
impl PartialEq for ErrorStatusPB
[src]
fn eq(&self, __arg_0: &ErrorStatusPB) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ErrorStatusPB) -> bool
This method tests for !=
.
impl Clone for ErrorStatusPB
[src]
fn clone(&self) -> ErrorStatusPB
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 ErrorStatusPB
[src]
fn default() -> ErrorStatusPB
Returns the "default value" for a type. Read more