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