Struct kudu::TabletServerError [] [src]

pub struct TabletServerError { /* fields omitted */ }

Trait Implementations

impl Debug for TabletServerError
[src]

Formats the value using the given formatter.

impl Clone for TabletServerError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TabletServerError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TabletServerError
[src]

impl Hash for TabletServerError
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Error for TabletServerError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for TabletServerError
[src]

Formats the value using the given formatter.

impl From<TabletServerErrorPB> for TabletServerError
[src]

Performs the conversion.

impl From<StatusPB> for TabletServerError
[src]

Performs the conversion.