Struct ascii::ToAsciiCharError [−][src]
pub struct ToAsciiCharError(_);
Error returned by ToAsciiChar.
Trait Implementations
impl PartialEq for ToAsciiCharError[src]
impl PartialEq for ToAsciiCharErrorfn eq(&self, other: &ToAsciiCharError) -> bool[src]
fn eq(&self, other: &ToAsciiCharError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ToAsciiCharError) -> bool[src]
fn ne(&self, other: &ToAsciiCharError) -> boolThis method tests for !=.
impl Debug for ToAsciiCharError[src]
impl Debug for ToAsciiCharErrorfn fmt(&self, fmtr: &mut Formatter) -> Result[src]
fn fmt(&self, fmtr: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for ToAsciiCharError[src]
impl Display for ToAsciiCharErrorfn fmt(&self, fmtr: &mut Formatter) -> Result[src]
fn fmt(&self, fmtr: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for ToAsciiCharError[src]
impl Error for ToAsciiCharErrorAuto Trait Implementations
impl Send for ToAsciiCharError
impl Send for ToAsciiCharErrorimpl Sync for ToAsciiCharError
impl Sync for ToAsciiCharError