pub struct MorseDecode;Expand description
Morse decode transformer
Trait Implementations§
Source§impl Clone for MorseDecode
impl Clone for MorseDecode
Source§fn clone(&self) -> MorseDecode
fn clone(&self) -> MorseDecode
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 MorseDecode
impl Debug for MorseDecode
Source§impl PartialEq for MorseDecode
impl PartialEq for MorseDecode
Source§impl Transform for MorseDecode
impl Transform for MorseDecode
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 MorseDecode
impl Eq for MorseDecode
impl StructuralPartialEq for MorseDecode
Auto Trait Implementations§
impl Freeze for MorseDecode
impl RefUnwindSafe for MorseDecode
impl Send for MorseDecode
impl Sync for MorseDecode
impl Unpin for MorseDecode
impl UnsafeUnpin for MorseDecode
impl UnwindSafe for MorseDecode
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