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