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