pub struct TemplateResponse;Expand description
模板响应构建器
提供便捷的模板响应构建方法。
Implementations§
Auto Trait Implementations§
impl Freeze for TemplateResponse
impl RefUnwindSafe for TemplateResponse
impl Send for TemplateResponse
impl Sync for TemplateResponse
impl Unpin for TemplateResponse
impl UnsafeUnpin for TemplateResponse
impl UnwindSafe for TemplateResponse
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