pub struct Base64Decode;Expand description
Base64 decode transformation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Base64Decode
impl RefUnwindSafe for Base64Decode
impl Send for Base64Decode
impl Sync for Base64Decode
impl Unpin for Base64Decode
impl UnwindSafe for Base64Decode
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