pub enum TxSource {
Jupiter,
Raydium,
Orca,
Meteora,
PumpFun,
SystemProgram,
TokenProgram,
}Expand description
Source-protocol filter for Noesis::wallet_history.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TxSource
impl RefUnwindSafe for TxSource
impl Send for TxSource
impl Sync for TxSource
impl Unpin for TxSource
impl UnsafeUnpin for TxSource
impl UnwindSafe for TxSource
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