pub struct Exports<L: Lang> {
pub files: Vec<ExportFile<L>>,
}Expand description
Helper struct to pass the generated language strings to an export function.
Fields§
§files: Vec<ExportFile<L>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<L> Freeze for Exports<L>
impl<L> RefUnwindSafe for Exports<L>
impl<L> Send for Exports<L>
impl<L> Sync for Exports<L>
impl<L> Unpin for Exports<L>
impl<L> UnwindSafe for Exports<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