pub struct ViewResponse {
pub template: String,
pub context: Value,
pub status: u16,
pub layout: Option<String>,
}Fields§
§template: String§context: Value§status: u16§layout: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for ViewResponse
impl RefUnwindSafe for ViewResponse
impl Send for ViewResponse
impl Sync for ViewResponse
impl Unpin for ViewResponse
impl UnsafeUnpin for ViewResponse
impl UnwindSafe for ViewResponse
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