pub struct IndexPlugin;Expand description
Built-in plugin that generates a sorted index of all pages
Trait Implementations§
Source§impl Plugin for IndexPlugin
impl Plugin for IndexPlugin
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 IndexPlugin
impl RefUnwindSafe for IndexPlugin
impl Send for IndexPlugin
impl Sync for IndexPlugin
impl Unpin for IndexPlugin
impl UnwindSafe for IndexPlugin
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