Struct kudu::MasterError [] [src]

pub struct MasterError { /* fields omitted */ }

Methods

impl MasterError
[src]

Trait Implementations

impl Debug for MasterError
[src]

Formats the value using the given formatter.

impl Clone for MasterError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MasterError
[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 MasterError
[src]

impl Hash for MasterError
[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 MasterError
[src]

A short description of the error. Read more

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

impl Display for MasterError
[src]

Formats the value using the given formatter.

impl From<MasterErrorPB> for MasterError
[src]

Performs the conversion.