pub struct TodoPlugin;Expand description
Built-in plugin that lists all todos found in pages, grouped by page
Trait Implementations§
Source§impl Plugin for TodoPlugin
impl Plugin for TodoPlugin
Source§fn generate_content(&self, store: &DocumentStore) -> Result<String, String>
fn generate_content(&self, store: &DocumentStore) -> Result<String, String>
Generate content for this plugin based on the current wiki state
Auto Trait Implementations§
impl Freeze for TodoPlugin
impl RefUnwindSafe for TodoPlugin
impl Send for TodoPlugin
impl Sync for TodoPlugin
impl Unpin for TodoPlugin
impl UnwindSafe for TodoPlugin
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