pub struct BinaryEncode;Expand description
Binary Encode transformer
Trait Implementations§
Source§impl Clone for BinaryEncode
impl Clone for BinaryEncode
Source§fn clone(&self) -> BinaryEncode
fn clone(&self) -> BinaryEncode
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 BinaryEncode
impl Debug for BinaryEncode
Source§impl Default for BinaryEncode
impl Default for BinaryEncode
Source§fn default() -> BinaryEncode
fn default() -> BinaryEncode
Returns the “default value” for a type. Read more
Source§impl PartialEq for BinaryEncode
impl PartialEq for BinaryEncode
Source§impl Transform for BinaryEncode
impl Transform for BinaryEncode
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 BinaryEncode
impl Eq for BinaryEncode
impl StructuralPartialEq for BinaryEncode
Auto Trait Implementations§
impl Freeze for BinaryEncode
impl RefUnwindSafe for BinaryEncode
impl Send for BinaryEncode
impl Sync for BinaryEncode
impl Unpin for BinaryEncode
impl UnsafeUnpin for BinaryEncode
impl UnwindSafe for BinaryEncode
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