pub struct MegaEvolveData {
pub id: PokemonName,
pub types: (PokemonType, PokemonType),
pub ability: Abilities,
pub base_stats: (i16, i16, i16, i16, i16, i16),
}Fields§
§id: PokemonName§types: (PokemonType, PokemonType)§ability: Abilities§base_stats: (i16, i16, i16, i16, i16, i16)Auto Trait Implementations§
impl Freeze for MegaEvolveData
impl RefUnwindSafe for MegaEvolveData
impl Send for MegaEvolveData
impl Sync for MegaEvolveData
impl Unpin for MegaEvolveData
impl UnwindSafe for MegaEvolveData
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