pub struct TemplateProcessor;Expand description
Template processor for substituting variables in configuration files.
Implementations§
Auto Trait Implementations§
impl Freeze for TemplateProcessor
impl RefUnwindSafe for TemplateProcessor
impl Send for TemplateProcessor
impl Sync for TemplateProcessor
impl Unpin for TemplateProcessor
impl UnsafeUnpin for TemplateProcessor
impl UnwindSafe for TemplateProcessor
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