pub struct PageOutput {
pub html: String,
pub csp: String,
}Expand description
Output from render_page: HTML body + CSP header value.
Fields§
§html: String§csp: StringAuto Trait Implementations§
impl Freeze for PageOutput
impl RefUnwindSafe for PageOutput
impl Send for PageOutput
impl Sync for PageOutput
impl Unpin for PageOutput
impl UnsafeUnpin for PageOutput
impl UnwindSafe for PageOutput
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