pub struct ModDescL10N {
pub title: HashMap<String, String>,
pub description: HashMap<String, String>,
}Expand description
Translatable modDesc entries
Fields§
§title: HashMap<String, String>Translation strings for the mod title
description: HashMap<String, String>Translation strings for the mod description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModDescL10N
impl RefUnwindSafe for ModDescL10N
impl Send for ModDescL10N
impl Sync for ModDescL10N
impl Unpin for ModDescL10N
impl UnwindSafe for ModDescL10N
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