pub struct RemoveWhitespace;Expand description
Remove whitespace transformation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveWhitespace
impl RefUnwindSafe for RemoveWhitespace
impl Send for RemoveWhitespace
impl Sync for RemoveWhitespace
impl Unpin for RemoveWhitespace
impl UnwindSafe for RemoveWhitespace
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