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