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