pub struct DebugRenderResult {
pub output: String,
pub debug_info: DebugInfo,
}Expand description
Result of template rendering with debug information
Fields§
§output: StringThe rendered output
debug_info: DebugInfoDebug information collected
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugRenderResult
impl RefUnwindSafe for DebugRenderResult
impl Send for DebugRenderResult
impl Sync for DebugRenderResult
impl Unpin for DebugRenderResult
impl UnwindSafe for DebugRenderResult
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