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