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