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