Struct sonnerie_api::ProtocolError [−][src]
pub struct ProtocolError { /* fields omitted */ }Error for when client could not understand the server
Trait Implementations
impl Error for ProtocolError[src]
impl Error for ProtocolErrorfn description(&self) -> &str1.0.0[src]
fn description(&self) -> &str1.0.0
[src]This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for ProtocolError[src]
impl Display for ProtocolErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Debug for ProtocolError[src]
impl Debug for ProtocolErrorAuto Trait Implementations
impl Send for ProtocolError
impl Send for ProtocolErrorimpl Sync for ProtocolError
impl Sync for ProtocolError