pub struct NameMap {
pub key: &'static str,
pub name: &'static str,
}Expand description
A slot name mapping (key -> localized workshop name).
Fields§
§key: &'static str§name: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for NameMap
impl RefUnwindSafe for NameMap
impl Send for NameMap
impl Sync for NameMap
impl Unpin for NameMap
impl UnsafeUnpin for NameMap
impl UnwindSafe for NameMap
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