pub struct ToAsciiCharError(/* private fields */);Expand description
Error returned by ToAsciiChar.
Trait Implementations§
Source§impl Clone for ToAsciiCharError
impl Clone for ToAsciiCharError
Source§fn clone(&self) -> ToAsciiCharError
fn clone(&self) -> ToAsciiCharError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ToAsciiCharError
impl Debug for ToAsciiCharError
Source§impl Display for ToAsciiCharError
impl Display for ToAsciiCharError
Source§impl Error for ToAsciiCharError
Available on crate feature std only.
impl Error for ToAsciiCharError
Available on crate feature
std only.Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
Source§impl PartialEq for ToAsciiCharError
impl PartialEq for ToAsciiCharError
Source§fn eq(&self, other: &ToAsciiCharError) -> bool
fn eq(&self, other: &ToAsciiCharError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ToAsciiCharError
impl Eq for ToAsciiCharError
impl StructuralPartialEq for ToAsciiCharError
Auto Trait Implementations§
impl Freeze for ToAsciiCharError
impl RefUnwindSafe for ToAsciiCharError
impl Send for ToAsciiCharError
impl Sync for ToAsciiCharError
impl Unpin for ToAsciiCharError
impl UnsafeUnpin for ToAsciiCharError
impl UnwindSafe for ToAsciiCharError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more