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