Enum biscuit_auth::error::Base64Error
source · pub enum Base64Error {
InvalidByte(usize, u8),
InvalidLength,
InvalidLastSymbol(usize, u8),
}Variants§
Trait Implementations§
source§impl Clone for Base64Error
impl Clone for Base64Error
source§fn clone(&self) -> Base64Error
fn clone(&self) -> Base64Error
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 Base64Error
impl Debug for Base64Error
source§impl Display for Base64Error
impl Display for Base64Error
source§impl PartialEq<Base64Error> for Base64Error
impl PartialEq<Base64Error> for Base64Error
source§fn eq(&self, other: &Base64Error) -> bool
fn eq(&self, other: &Base64Error) -> bool
This method tests for
self and other values to be equal, and is used
by ==.