pub struct NotBase32Encoded;Expand description
The string was not base32 encoded
Trait Implementations§
Source§impl Debug for NotBase32Encoded
impl Debug for NotBase32Encoded
Auto Trait Implementations§
impl Freeze for NotBase32Encoded
impl RefUnwindSafe for NotBase32Encoded
impl Send for NotBase32Encoded
impl Sync for NotBase32Encoded
impl Unpin for NotBase32Encoded
impl UnwindSafe for NotBase32Encoded
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