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