Struct mime::FromStrError [−][src]
pub struct FromStrError { /* fields omitted */ }An error when parsing a Mime from a string.
Trait Implementations
impl Debug for FromStrError[src]
impl Debug for FromStrErrorfn 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 FromStrError[src]
impl Error for FromStrErrorfn 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 FromStrError[src]
impl Display for FromStrErrorAuto Trait Implementations
impl Send for FromStrError
impl Send for FromStrErrorimpl Sync for FromStrError
impl Sync for FromStrError