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