pub struct TabsPreprocessor;
Implementations§
Trait Implementations§
Source§impl Default for TabsPreprocessor
impl Default for TabsPreprocessor
Source§impl Preprocessor for TabsPreprocessor
impl Preprocessor for TabsPreprocessor
Auto Trait Implementations§
impl Freeze for TabsPreprocessor
impl RefUnwindSafe for TabsPreprocessor
impl Send for TabsPreprocessor
impl Sync for TabsPreprocessor
impl Unpin for TabsPreprocessor
impl UnwindSafe for TabsPreprocessor
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