pub struct HexEncode;Expand description
Hex encode transformer
Trait Implementations§
Source§impl Transform for HexEncode
impl Transform for HexEncode
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 HexEncode
impl Eq for HexEncode
impl StructuralPartialEq for HexEncode
Auto Trait Implementations§
impl Freeze for HexEncode
impl RefUnwindSafe for HexEncode
impl Send for HexEncode
impl Sync for HexEncode
impl Unpin for HexEncode
impl UnwindSafe for HexEncode
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