pub struct SidePokemon {
pub pkmn: [Pokemon; 6],
}Fields§
§pkmn: [Pokemon; 6]Trait Implementations§
Source§impl Clone for SidePokemon
impl Clone for SidePokemon
Source§fn clone(&self) -> SidePokemon
fn clone(&self) -> SidePokemon
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 SidePokemon
impl Debug for SidePokemon
Source§impl Index<&PokemonIndex> for SidePokemon
impl Index<&PokemonIndex> for SidePokemon
Source§impl Index<PokemonIndex> for SidePokemon
impl Index<PokemonIndex> for SidePokemon
Source§impl IndexMut<PokemonIndex> for SidePokemon
impl IndexMut<PokemonIndex> for SidePokemon
Source§impl<'a> IntoIterator for &'a SidePokemon
impl<'a> IntoIterator for &'a SidePokemon
Auto Trait Implementations§
impl Freeze for SidePokemon
impl RefUnwindSafe for SidePokemon
impl Send for SidePokemon
impl Sync for SidePokemon
impl Unpin for SidePokemon
impl UnwindSafe for SidePokemon
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