Struct kudu::TabletServerError
[−]
[src]
pub struct TabletServerError { /* fields omitted */ }Trait Implementations
impl Debug for TabletServerError[src]
impl Clone for TabletServerError[src]
fn clone(&self) -> TabletServerError
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 TabletServerError[src]
fn eq(&self, __arg_0: &TabletServerError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TabletServerError) -> bool
This method tests for !=.
impl Eq for TabletServerError[src]
impl Hash for TabletServerError[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: Hasher1.3.0
Feeds a slice of this type into the state provided.
impl Error for TabletServerError[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 TabletServerError[src]
impl From<TabletServerErrorPB> for TabletServerError[src]
fn from(error: TabletServerErrorPB) -> TabletServerError
Performs the conversion.
impl From<StatusPB> for TabletServerError[src]
fn from(error: StatusPB) -> TabletServerError
Performs the conversion.