pub struct StringTemplateViewEngine { /* private fields */ }Expand description
Small string-template engine for tests and lightweight HTML responses.
Implementations§
Trait Implementations§
Source§impl Clone for StringTemplateViewEngine
impl Clone for StringTemplateViewEngine
Source§fn clone(&self) -> StringTemplateViewEngine
fn clone(&self) -> StringTemplateViewEngine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StringTemplateViewEngine
impl Debug for StringTemplateViewEngine
Source§impl Default for StringTemplateViewEngine
impl Default for StringTemplateViewEngine
Source§fn default() -> StringTemplateViewEngine
fn default() -> StringTemplateViewEngine
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StringTemplateViewEngine
impl RefUnwindSafe for StringTemplateViewEngine
impl Send for StringTemplateViewEngine
impl Sync for StringTemplateViewEngine
impl Unpin for StringTemplateViewEngine
impl UnsafeUnpin for StringTemplateViewEngine
impl UnwindSafe for StringTemplateViewEngine
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