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