pub struct Base64DecodeExt;Expand description
Extended base64 decode (handles URL-safe base64).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Base64DecodeExt
impl RefUnwindSafe for Base64DecodeExt
impl Send for Base64DecodeExt
impl Sync for Base64DecodeExt
impl Unpin for Base64DecodeExt
impl UnwindSafe for Base64DecodeExt
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