pub struct InlineResult {
pub html: String,
pub files: Vec<PathBuf>,
}Fields§
§html: String§files: Vec<PathBuf>Auto Trait Implementations§
impl Freeze for InlineResult
impl RefUnwindSafe for InlineResult
impl Send for InlineResult
impl Sync for InlineResult
impl Unpin for InlineResult
impl UnwindSafe for InlineResult
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