pub enum QueryInstructionKind {
BankInstruction(QueryBankInstruction),
RecentRecurringEvents(QueryRecentRecurringEvents),
RecurringInstructions(QueryRecurringInstructions),
}Variants§
BankInstruction(QueryBankInstruction)
RecentRecurringEvents(QueryRecentRecurringEvents)
RecurringInstructions(QueryRecurringInstructions)
Trait Implementations§
Source§impl Clone for QueryInstructionKind
impl Clone for QueryInstructionKind
Source§fn clone(&self) -> QueryInstructionKind
fn clone(&self) -> QueryInstructionKind
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 QueryInstructionKind
impl Debug for QueryInstructionKind
Source§impl Default for QueryInstructionKind
impl Default for QueryInstructionKind
Source§impl PartialEq for QueryInstructionKind
impl PartialEq for QueryInstructionKind
Source§impl Serialize for QueryInstructionKind
impl Serialize for QueryInstructionKind
impl StructuralPartialEq for QueryInstructionKind
Auto Trait Implementations§
impl Freeze for QueryInstructionKind
impl RefUnwindSafe for QueryInstructionKind
impl Send for QueryInstructionKind
impl Sync for QueryInstructionKind
impl Unpin for QueryInstructionKind
impl UnsafeUnpin for QueryInstructionKind
impl UnwindSafe for QueryInstructionKind
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