pub struct NotB64UrlEncoded;Expand description
An error returned when a string is not base64 decodable.
Trait Implementations§
Source§impl Debug for NotB64UrlEncoded
impl Debug for NotB64UrlEncoded
Auto Trait Implementations§
impl Freeze for NotB64UrlEncoded
impl RefUnwindSafe for NotB64UrlEncoded
impl Send for NotB64UrlEncoded
impl Sync for NotB64UrlEncoded
impl Unpin for NotB64UrlEncoded
impl UnwindSafe for NotB64UrlEncoded
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