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