pub struct Base64Proc;Trait Implementations§
Source§impl Debug for Base64Proc
impl Debug for Base64Proc
Source§impl PipeProcessor for Base64Proc
impl PipeProcessor for Base64Proc
Auto Trait Implementations§
impl Freeze for Base64Proc
impl RefUnwindSafe for Base64Proc
impl Send for Base64Proc
impl Sync for Base64Proc
impl Unpin for Base64Proc
impl UnsafeUnpin for Base64Proc
impl UnwindSafe for Base64Proc
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