pub enum WellKnownModTag {
Show 14 variants
LeagueOfLegends,
Tft,
ChampionSkin,
MapSkin,
WardSkin,
Ui,
Hud,
Font,
Sfx,
Announcer,
Structure,
Minion,
JungleMonster,
Misc,
}Expand description
Well-known mod tags for common mod categories.
Variants§
LeagueOfLegends
Tft
ChampionSkin
MapSkin
WardSkin
Ui
Hud
Font
Sfx
Announcer
Structure
Minion
JungleMonster
Misc
Trait Implementations§
Source§impl Clone for WellKnownModTag
impl Clone for WellKnownModTag
Source§fn clone(&self) -> WellKnownModTag
fn clone(&self) -> WellKnownModTag
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WellKnownModTag
impl Debug for WellKnownModTag
Source§impl<'de> Deserialize<'de> for WellKnownModTag
impl<'de> Deserialize<'de> for WellKnownModTag
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WellKnownModTag
impl PartialEq for WellKnownModTag
Source§impl Serialize for WellKnownModTag
impl Serialize for WellKnownModTag
impl StructuralPartialEq for WellKnownModTag
Auto Trait Implementations§
impl Freeze for WellKnownModTag
impl RefUnwindSafe for WellKnownModTag
impl Send for WellKnownModTag
impl Sync for WellKnownModTag
impl Unpin for WellKnownModTag
impl UnsafeUnpin for WellKnownModTag
impl UnwindSafe for WellKnownModTag
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