Struct stellar_client::endpoint::ParseDirectionError [−][src]
pub struct ParseDirectionError { /* fields omitted */ }When a bad token or string is provided to parsing into a direction you get an error.
Trait Implementations
impl Debug for ParseDirectionError[src]
impl Debug for ParseDirectionErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for ParseDirectionError[src]
impl Error for ParseDirectionErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis 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 ParseDirectionError[src]
impl Display for ParseDirectionErrorAuto Trait Implementations
impl Send for ParseDirectionError
impl Send for ParseDirectionErrorimpl Sync for ParseDirectionError
impl Sync for ParseDirectionError