pub enum QueryInstructionKind2 {
WithdrawableFunds(QueryWithdrawableFunds),
IRAContributions(QueryIRAContributions),
}Variants§
WithdrawableFunds(QueryWithdrawableFunds)
IRAContributions(QueryIRAContributions)
Trait Implementations§
Source§impl Clone for QueryInstructionKind2
impl Clone for QueryInstructionKind2
Source§fn clone(&self) -> QueryInstructionKind2
fn clone(&self) -> QueryInstructionKind2
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 QueryInstructionKind2
impl Debug for QueryInstructionKind2
Source§impl Default for QueryInstructionKind2
impl Default for QueryInstructionKind2
Source§impl PartialEq for QueryInstructionKind2
impl PartialEq for QueryInstructionKind2
Source§impl Serialize for QueryInstructionKind2
impl Serialize for QueryInstructionKind2
impl StructuralPartialEq for QueryInstructionKind2
Auto Trait Implementations§
impl Freeze for QueryInstructionKind2
impl RefUnwindSafe for QueryInstructionKind2
impl Send for QueryInstructionKind2
impl Sync for QueryInstructionKind2
impl Unpin for QueryInstructionKind2
impl UnsafeUnpin for QueryInstructionKind2
impl UnwindSafe for QueryInstructionKind2
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