pub struct ExportFile<L: Lang> {
pub content_type: String,
pub content: Tokens<L>,
}Fields§
§content_type: String§content: Tokens<L>Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for ExportFile<L>
impl<L> RefUnwindSafe for ExportFile<L>
impl<L> Send for ExportFile<L>
impl<L> Sync for ExportFile<L>
impl<L> Unpin for ExportFile<L>
impl<L> UnwindSafe for ExportFile<L>
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