[−][src]Enum solana_wallet::wallet::WalletCommand
Variants
AddressFeesAirdrop(u64)Balance(Pubkey)Cancel(Pubkey)Confirm(Signature)AuthorizeVoter(Pubkey, Keypair, Pubkey)CreateVoteAccount(Pubkey, Pubkey, u8, u64)ShowVoteAccount(Pubkey)DelegateStake(Keypair, Pubkey, u64)WithdrawStake(Keypair, Pubkey, u64)DeactivateStake(Keypair)RedeemVoteCredits(Pubkey, Pubkey)ShowStakeAccount(Pubkey)CreateReplicatorStorageAccount(Pubkey, Pubkey)CreateValidatorStorageAccount(Pubkey, Pubkey)ClaimStorageReward(Pubkey, Pubkey)ShowStorageAccount(Pubkey)Deploy(String)GetTransactionCountPay(u64, Pubkey, Option<DateTime<Utc>>, Option<Pubkey>, Option<Vec<Pubkey>>, Option<Pubkey>)TimeElapsed(Pubkey, Pubkey, DateTime<Utc>)Witness(Pubkey, Pubkey)Trait Implementations
impl PartialEq<WalletCommand> for WalletCommand[src]
fn eq(&self, other: &WalletCommand) -> bool[src]
fn ne(&self, other: &WalletCommand) -> bool[src]
impl Debug for WalletCommand[src]
Auto Trait Implementations
impl Unpin for WalletCommand
impl Send for WalletCommand
impl Sync for WalletCommand
impl RefUnwindSafe for WalletCommand
impl UnwindSafe for WalletCommand
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Erased for T
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
T: Any,