Struct koibumi_base32::InvalidCharacter
source · pub struct InvalidCharacter(/* private fields */);
Expand description
Indicates that an invalid Base32 character was found.
This error is used as the error type for the decode
function.
Implementations§
Trait Implementations§
source§impl Clone for InvalidCharacter
impl Clone for InvalidCharacter
source§fn clone(&self) -> InvalidCharacter
fn clone(&self) -> InvalidCharacter
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 InvalidCharacter
impl Debug for InvalidCharacter
source§impl Display for InvalidCharacter
impl Display for InvalidCharacter
source§impl Error for InvalidCharacter
impl Error for InvalidCharacter
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 InvalidCharacter
impl PartialEq for InvalidCharacter
source§fn eq(&self, other: &InvalidCharacter) -> bool
fn eq(&self, other: &InvalidCharacter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InvalidCharacter
impl StructuralPartialEq for InvalidCharacter
Auto Trait Implementations§
impl Freeze for InvalidCharacter
impl RefUnwindSafe for InvalidCharacter
impl Send for InvalidCharacter
impl Sync for InvalidCharacter
impl Unpin for InvalidCharacter
impl UnwindSafe for InvalidCharacter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)