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