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 FromStrError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for FromStrError
[src]
impl Error for FromStrError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
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 FromStrError
[src]
impl Display for FromStrError
Auto Trait Implementations
impl Send for FromStrError
impl Send for FromStrError
impl Sync for FromStrError
impl Sync for FromStrError