pub struct Base64Decode;Expand description
Base64 decode transformer
Trait Implementations§
Source§impl Clone for Base64Decode
impl Clone for Base64Decode
Source§fn clone(&self) -> Base64Decode
fn clone(&self) -> Base64Decode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Base64Decode
impl Debug for Base64Decode
Source§impl PartialEq for Base64Decode
impl PartialEq for Base64Decode
Source§impl Transform for Base64Decode
impl Transform for Base64Decode
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
Get the description of the transformer
Source§fn category(&self) -> TransformerCategory
fn category(&self) -> TransformerCategory
Get the category of the transformer
Source§fn default_test_input(&self) -> &'static str
fn default_test_input(&self) -> &'static str
Provide a default input string suitable for testing the transformer.
impl Copy for Base64Decode
impl Eq for Base64Decode
impl StructuralPartialEq for Base64Decode
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