pub struct RbtTemplateEngine { /* private fields */ }Expand description
Advanced Jinja-compatible templating engine backed by minijinja.
Implementations§
Auto Trait Implementations§
impl Freeze for RbtTemplateEngine
impl RefUnwindSafe for RbtTemplateEngine
impl Send for RbtTemplateEngine
impl Sync for RbtTemplateEngine
impl Unpin for RbtTemplateEngine
impl UnsafeUnpin for RbtTemplateEngine
impl UnwindSafe for RbtTemplateEngine
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