pub struct PokemonMoves {
pub m0: Move,
pub m1: Move,
pub m2: Move,
pub m3: Move,
}Fields§
§m0: Move§m1: Move§m2: Move§m3: MoveTrait Implementations§
Source§impl Clone for PokemonMoves
impl Clone for PokemonMoves
Source§fn clone(&self) -> PokemonMoves
fn clone(&self) -> PokemonMoves
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 PokemonMoves
impl Debug for PokemonMoves
Source§impl Index<&PokemonMoveIndex> for PokemonMoves
impl Index<&PokemonMoveIndex> for PokemonMoves
Source§impl IndexMut<&PokemonMoveIndex> for PokemonMoves
impl IndexMut<&PokemonMoveIndex> for PokemonMoves
Source§impl<'a> IntoIterator for &'a PokemonMoves
impl<'a> IntoIterator for &'a PokemonMoves
Auto Trait Implementations§
impl Freeze for PokemonMoves
impl RefUnwindSafe for PokemonMoves
impl Send for PokemonMoves
impl Sync for PokemonMoves
impl Unpin for PokemonMoves
impl UnwindSafe for PokemonMoves
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