Struct cdoc::processors::PreprocessorContext
source · pub struct PreprocessorContext {
pub tera: Tera,
pub output_format: OutputFormat,
}
Fields§
§tera: Tera
§output_format: OutputFormat
Trait Implementations§
source§impl Clone for PreprocessorContext
impl Clone for PreprocessorContext
source§fn clone(&self) -> PreprocessorContext
fn clone(&self) -> PreprocessorContext
Returns a copy 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 moreAuto Trait Implementations§
impl !RefUnwindSafe for PreprocessorContext
impl Send for PreprocessorContext
impl Sync for PreprocessorContext
impl Unpin for PreprocessorContext
impl !UnwindSafe for PreprocessorContext
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