Struct kudu::RpcError
[−]
[src]
pub struct RpcError { /* fields omitted */ }
Methods
impl RpcError
[src]
fn invalid_rpc_header(message: String) -> RpcError
fn is_fatal(&self) -> bool
Trait Implementations
impl Debug for RpcError
[src]
impl Clone for RpcError
[src]
fn clone(&self) -> RpcError
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 RpcError
[src]
fn eq(&self, __arg_0: &RpcError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RpcError) -> bool
This method tests for !=
.
impl Eq for RpcError
[src]
impl Hash for RpcError
[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 RpcError
[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 From<RpcErrorPB> for RpcError
[src]
fn from(error: RpcErrorPB) -> RpcError
Performs the conversion.