pub enum PokemonBoostableStat {
Attack,
Defense,
SpecialAttack,
SpecialDefense,
Speed,
Evasion,
Accuracy,
}Variants§
Trait Implementations§
source§impl Clone for PokemonBoostableStat
impl Clone for PokemonBoostableStat
source§fn clone(&self) -> PokemonBoostableStat
fn clone(&self) -> PokemonBoostableStat
Returns a copy of the value. Read more
1.6.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 PokemonBoostableStat
impl Debug for PokemonBoostableStat
source§impl PartialEq for PokemonBoostableStat
impl PartialEq for PokemonBoostableStat
impl Copy for PokemonBoostableStat
impl StructuralPartialEq for PokemonBoostableStat
Auto Trait Implementations§
impl Freeze for PokemonBoostableStat
impl RefUnwindSafe for PokemonBoostableStat
impl Send for PokemonBoostableStat
impl Sync for PokemonBoostableStat
impl Unpin for PokemonBoostableStat
impl UnwindSafe for PokemonBoostableStat
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)