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