pub struct GeneratedHeroSettingName {
pub hero: &'static str,
pub key: &'static str,
pub locales: &'static [(&'static str, &'static str)],
}Fields§
§hero: &'static str§key: &'static str§locales: &'static [(&'static str, &'static str)]Implementations§
Auto Trait Implementations§
impl Freeze for GeneratedHeroSettingName
impl RefUnwindSafe for GeneratedHeroSettingName
impl Send for GeneratedHeroSettingName
impl Sync for GeneratedHeroSettingName
impl Unpin for GeneratedHeroSettingName
impl UnsafeUnpin for GeneratedHeroSettingName
impl UnwindSafe for GeneratedHeroSettingName
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