pub struct ExportStrings {
pub js_file: String,
pub ts_file: String,
}Available on crate feature
generating only.Expand description
Helper struct to pass the generated language strings to an export function.
Fields§
§js_file: String§ts_file: StringAuto Trait Implementations§
impl Freeze for ExportStrings
impl RefUnwindSafe for ExportStrings
impl Send for ExportStrings
impl Sync for ExportStrings
impl Unpin for ExportStrings
impl UnwindSafe for ExportStrings
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