Struct core::char::ParseCharError
1.20.0 · source · [−]pub struct ParseCharError { /* private fields */ }Expand description
An error which can be returned when parsing a char.
This struct is created when using the char::from_str method.
Trait Implementations
impl Clone for ParseCharError
source
impl Clone for ParseCharError
sourcefn clone(&self) -> ParseCharError
source
fn clone(&self) -> ParseCharError
sourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0 · source
fn clone_from(&mut self, source: &Self)
1.0.0 · sourcePerforms copy-assignment from source. Read more
impl Debug for ParseCharError
source
impl Debug for ParseCharError
sourceimpl Display for ParseCharError
source
impl Display for ParseCharError
sourceimpl PartialEq<ParseCharError> for ParseCharError
source
impl PartialEq<ParseCharError> for ParseCharError
sourcefn eq(&self, other: &ParseCharError) -> bool
source
fn eq(&self, other: &ParseCharError) -> bool
sourceThis method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &ParseCharError) -> bool
source
fn ne(&self, other: &ParseCharError) -> bool
sourceThis method tests for !=.
impl Eq for ParseCharError
sourceimpl StructuralEq for ParseCharError
sourceimpl StructuralPartialEq for ParseCharError
sourceAuto Trait Implementations
impl RefUnwindSafe for ParseCharError
impl Send for ParseCharError
impl Sync for ParseCharError
impl Unpin for ParseCharError
impl UnwindSafe for ParseCharError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more