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