Struct kudu::MasterError
[−]
[src]
pub struct MasterError { /* fields omitted */ }
Methods
impl MasterError
[src]
fn new(code: MasterErrorCode, status: Status) -> MasterError
fn code(&self) -> MasterErrorCode
fn status(&self) -> &Status
Trait Implementations
impl Debug for MasterError
[src]
impl Clone for MasterError
[src]
fn clone(&self) -> MasterError
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 PartialEq for MasterError
[src]
fn eq(&self, __arg_0: &MasterError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &MasterError) -> bool
This method tests for !=
.
impl Eq for MasterError
[src]
impl Hash for MasterError
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0
Feeds a slice of this type into the state provided.
impl Error for MasterError
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl Display for MasterError
[src]
impl From<MasterErrorPB> for MasterError
[src]
fn from(error: MasterErrorPB) -> MasterError
Performs the conversion.