pub struct SetFutureSightInstruction {
pub side_ref: SideReference,
pub pokemon_index: PokemonIndex,
pub previous_pokemon_index: PokemonIndex,
}Fields§
§side_ref: SideReference§pokemon_index: PokemonIndex§previous_pokemon_index: PokemonIndexTrait Implementations§
Source§impl Clone for SetFutureSightInstruction
impl Clone for SetFutureSightInstruction
Source§fn clone(&self) -> SetFutureSightInstruction
fn clone(&self) -> SetFutureSightInstruction
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 SetFutureSightInstruction
impl Debug for SetFutureSightInstruction
impl StructuralPartialEq for SetFutureSightInstruction
Auto Trait Implementations§
impl Freeze for SetFutureSightInstruction
impl RefUnwindSafe for SetFutureSightInstruction
impl Send for SetFutureSightInstruction
impl Sync for SetFutureSightInstruction
impl Unpin for SetFutureSightInstruction
impl UnwindSafe for SetFutureSightInstruction
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