Struct poke_engine::instruction::EnableMoveInstruction
source · 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
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)