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 copy of the value. Read more
1.0.0 · 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
impl Error for ToAsciiCharError
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
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 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