Struct kudu::RpcError [] [src]

pub struct RpcError { /* fields omitted */ }

Methods

impl RpcError
[src]

Trait Implementations

impl Debug for RpcError
[src]

Formats the value using the given formatter.

impl Clone for RpcError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

A short description of the error. Read more

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

impl From<RpcErrorPB> for RpcError
[src]

Performs the conversion.

impl Display for RpcError
[src]

Formats the value using the given formatter.