pub struct AIPRPreprocessor;Implementations§
Source§impl AIPRPreprocessor
A preprocessor for expanding AI-Pocket-Reference helpers.
impl AIPRPreprocessor
A preprocessor for expanding AI-Pocket-Reference helpers.
Supported helpers are:
{{#aipr_header <param-str>}}- Adds the ai-pocket-reference header (optional param-str)
Trait Implementations§
Source§impl Default for AIPRPreprocessor
impl Default for AIPRPreprocessor
Source§fn default() -> AIPRPreprocessor
fn default() -> AIPRPreprocessor
Returns the “default value” for a type. Read more
Source§impl Preprocessor for AIPRPreprocessor
impl Preprocessor for AIPRPreprocessor
Auto Trait Implementations§
impl Freeze for AIPRPreprocessor
impl RefUnwindSafe for AIPRPreprocessor
impl Send for AIPRPreprocessor
impl Sync for AIPRPreprocessor
impl Unpin for AIPRPreprocessor
impl UnwindSafe for AIPRPreprocessor
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