pub struct InvalidCharactor;Expand description
Non ascii charactor error.
Trait Implementations§
Source§impl Clone for InvalidCharactor
impl Clone for InvalidCharactor
Source§fn clone(&self) -> InvalidCharactor
fn clone(&self) -> InvalidCharactor
Returns a duplicate 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 InvalidCharactor
impl Debug for InvalidCharactor
Source§impl Display for InvalidCharactor
impl Display for InvalidCharactor
Source§impl Error for InvalidCharactor
impl Error for InvalidCharactor
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
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for InvalidCharactor
impl PartialEq for InvalidCharactor
impl Eq for InvalidCharactor
impl StructuralPartialEq for InvalidCharactor
Auto Trait Implementations§
impl Freeze for InvalidCharactor
impl RefUnwindSafe for InvalidCharactor
impl Send for InvalidCharactor
impl Sync for InvalidCharactor
impl Unpin for InvalidCharactor
impl UnwindSafe for InvalidCharactor
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