pub struct EnableMoveInstruction {
pub side_ref: SideReference,
pub move_index: PokemonMoveIndex,
}Fields§
§side_ref: SideReference§move_index: PokemonMoveIndexTrait Implementations§
Source§impl Clone for EnableMoveInstruction
impl Clone for EnableMoveInstruction
Source§fn clone(&self) -> EnableMoveInstruction
fn clone(&self) -> EnableMoveInstruction
Returns a copy 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 EnableMoveInstruction
impl Debug for EnableMoveInstruction
Source§impl PartialEq for EnableMoveInstruction
impl PartialEq for EnableMoveInstruction
impl StructuralPartialEq for EnableMoveInstruction
Auto Trait Implementations§
impl Freeze for EnableMoveInstruction
impl RefUnwindSafe for EnableMoveInstruction
impl Send for EnableMoveInstruction
impl Sync for EnableMoveInstruction
impl Unpin for EnableMoveInstruction
impl UnwindSafe for EnableMoveInstruction
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