pub struct GithubAuthorsPreprocessor;Implementations§
Source§impl GithubAuthorsPreprocessor
A preprocess for expanding “authors” helper.
impl GithubAuthorsPreprocessor
A preprocess for expanding “authors” helper.
{{#author
Trait Implementations§
Source§impl Default for GithubAuthorsPreprocessor
impl Default for GithubAuthorsPreprocessor
Source§fn default() -> GithubAuthorsPreprocessor
fn default() -> GithubAuthorsPreprocessor
Returns the “default value” for a type. Read more
Source§impl Preprocessor for GithubAuthorsPreprocessor
impl Preprocessor for GithubAuthorsPreprocessor
Auto Trait Implementations§
impl Freeze for GithubAuthorsPreprocessor
impl RefUnwindSafe for GithubAuthorsPreprocessor
impl Send for GithubAuthorsPreprocessor
impl Sync for GithubAuthorsPreprocessor
impl Unpin for GithubAuthorsPreprocessor
impl UnwindSafe for GithubAuthorsPreprocessor
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