Enum core::char::convert::CharErrorKind
source · enum CharErrorKind {
EmptyString,
TooManyChars,
}
Variants§
Trait Implementations§
source§impl Clone for CharErrorKind
impl Clone for CharErrorKind
source§fn clone(&self) -> CharErrorKind
fn clone(&self) -> CharErrorKind
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 CharErrorKind
impl Debug for CharErrorKind
source§impl Eq for CharErrorKind
impl Eq for CharErrorKind
fn assert_receiver_is_total_eq(&self)
source§impl PartialEq<CharErrorKind> for CharErrorKind
impl PartialEq<CharErrorKind> for CharErrorKind
source§fn eq(&self, other: &CharErrorKind) -> bool
fn eq(&self, other: &CharErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CharErrorKind
impl StructuralEq for CharErrorKind
impl StructuralPartialEq for CharErrorKind
Auto Trait Implementations§
impl Freeze for CharErrorKind
impl RefUnwindSafe for CharErrorKind
impl Send for CharErrorKind
impl Sync for CharErrorKind
impl Unpin for CharErrorKind
impl UnwindSafe for CharErrorKind
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