pub struct MarkdownIndexStorage;Expand description
Markdown-backed IndexStorage implementation.
Trait Implementations§
Source§impl Clone for MarkdownIndexStorage
 
impl Clone for MarkdownIndexStorage
Source§fn clone(&self) -> MarkdownIndexStorage
 
fn clone(&self) -> MarkdownIndexStorage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for MarkdownIndexStorage
 
impl Debug for MarkdownIndexStorage
Source§impl Default for MarkdownIndexStorage
 
impl Default for MarkdownIndexStorage
Source§fn default() -> MarkdownIndexStorage
 
fn default() -> MarkdownIndexStorage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MarkdownIndexStorage
impl RefUnwindSafe for MarkdownIndexStorage
impl Send for MarkdownIndexStorage
impl Sync for MarkdownIndexStorage
impl Unpin for MarkdownIndexStorage
impl UnwindSafe for MarkdownIndexStorage
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