pub struct SetLastUsedMoveInstruction {
pub side_ref: SideReference,
pub last_used_move: LastUsedMove,
pub previous_last_used_move: LastUsedMove,
}Fields§
§side_ref: SideReference§last_used_move: LastUsedMove§previous_last_used_move: LastUsedMoveTrait Implementations§
Source§impl Clone for SetLastUsedMoveInstruction
impl Clone for SetLastUsedMoveInstruction
Source§fn clone(&self) -> SetLastUsedMoveInstruction
fn clone(&self) -> SetLastUsedMoveInstruction
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 SetLastUsedMoveInstruction
impl Debug for SetLastUsedMoveInstruction
impl StructuralPartialEq for SetLastUsedMoveInstruction
Auto Trait Implementations§
impl Freeze for SetLastUsedMoveInstruction
impl RefUnwindSafe for SetLastUsedMoveInstruction
impl Send for SetLastUsedMoveInstruction
impl Sync for SetLastUsedMoveInstruction
impl Unpin for SetLastUsedMoveInstruction
impl UnwindSafe for SetLastUsedMoveInstruction
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