pub struct ChangeSubsituteHealthInstruction {
pub side_ref: SideReference,
pub health_change: i16,
}Fields§
§side_ref: SideReference§health_change: i16Trait Implementations§
Source§impl Clone for ChangeSubsituteHealthInstruction
impl Clone for ChangeSubsituteHealthInstruction
Source§fn clone(&self) -> ChangeSubsituteHealthInstruction
fn clone(&self) -> ChangeSubsituteHealthInstruction
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 PartialEq for ChangeSubsituteHealthInstruction
impl PartialEq for ChangeSubsituteHealthInstruction
Source§fn eq(&self, other: &ChangeSubsituteHealthInstruction) -> bool
fn eq(&self, other: &ChangeSubsituteHealthInstruction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChangeSubsituteHealthInstruction
Auto Trait Implementations§
impl Freeze for ChangeSubsituteHealthInstruction
impl RefUnwindSafe for ChangeSubsituteHealthInstruction
impl Send for ChangeSubsituteHealthInstruction
impl Sync for ChangeSubsituteHealthInstruction
impl Unpin for ChangeSubsituteHealthInstruction
impl UnwindSafe for ChangeSubsituteHealthInstruction
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