Enum biscuit_auth::error::Base64Error
source ·
[−]Variants
InvalidByte(usize, u8)
InvalidLength
InvalidLastSymbol(usize, u8)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Base64Error
impl Send for Base64Error
impl Sync for Base64Error
impl Unpin for Base64Error
impl UnwindSafe for Base64Error
Blanket Implementations
Mutably borrows from an owned value. Read more
