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