pub struct ChapterZeroPreprocessor;
Implementations§
Source§impl ChapterZeroPreprocessor
impl ChapterZeroPreprocessor
pub fn new() -> ChapterZeroPreprocessor
Trait Implementations§
Source§impl Preprocessor for ChapterZeroPreprocessor
impl Preprocessor for ChapterZeroPreprocessor
Auto Trait Implementations§
impl Freeze for ChapterZeroPreprocessor
impl RefUnwindSafe for ChapterZeroPreprocessor
impl Send for ChapterZeroPreprocessor
impl Sync for ChapterZeroPreprocessor
impl Unpin for ChapterZeroPreprocessor
impl UnwindSafe for ChapterZeroPreprocessor
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