Enum spl_token_cli::clap_app::CommandName
source · pub enum CommandName {
Show 47 variants
CreateToken,
Close,
CloseMint,
Bench,
CreateAccount,
CreateMultisig,
Authorize,
SetInterestRate,
Transfer,
Burn,
Mint,
Freeze,
Thaw,
Wrap,
Unwrap,
Approve,
Revoke,
Balance,
Supply,
Accounts,
Address,
AccountInfo,
MultisigInfo,
Display,
Gc,
SyncNative,
EnableRequiredTransferMemos,
DisableRequiredTransferMemos,
EnableCpiGuard,
DisableCpiGuard,
UpdateDefaultAccountState,
UpdateMetadataAddress,
WithdrawWithheldTokens,
SetTransferFee,
WithdrawExcessLamports,
SetTransferHook,
InitializeMetadata,
UpdateMetadata,
UpdateConfidentialTransferSettings,
ConfigureConfidentialTransferAccount,
EnableConfidentialCredits,
DisableConfidentialCredits,
EnableNonConfidentialCredits,
DisableNonConfidentialCredits,
DepositConfidentialTokens,
WithdrawConfidentialTokens,
ApplyPendingBalance,
}Variants§
CreateToken
Close
CloseMint
Bench
CreateAccount
CreateMultisig
Authorize
SetInterestRate
Transfer
Burn
Mint
Freeze
Thaw
Wrap
Unwrap
Approve
Revoke
Balance
Supply
Accounts
Address
AccountInfo
MultisigInfo
Display
Gc
SyncNative
EnableRequiredTransferMemos
DisableRequiredTransferMemos
EnableCpiGuard
DisableCpiGuard
UpdateDefaultAccountState
UpdateMetadataAddress
WithdrawWithheldTokens
SetTransferFee
WithdrawExcessLamports
SetTransferHook
InitializeMetadata
UpdateMetadata
UpdateConfidentialTransferSettings
ConfigureConfidentialTransferAccount
EnableConfidentialCredits
DisableConfidentialCredits
EnableNonConfidentialCredits
DisableNonConfidentialCredits
DepositConfidentialTokens
WithdrawConfidentialTokens
ApplyPendingBalance
Trait Implementations§
source§impl Clone for CommandName
impl Clone for CommandName
source§fn clone(&self) -> CommandName
fn clone(&self) -> CommandName
Returns a copy 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 CommandName
impl Debug for CommandName
source§impl Display for CommandName
impl Display for CommandName
source§impl<'_derivative_strum> From<&'_derivative_strum CommandName> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum CommandName> for &'static str
source§fn from(x: &'_derivative_strum CommandName) -> &'static str
fn from(x: &'_derivative_strum CommandName) -> &'static str
Converts to this type from the input type.
source§impl From<CommandName> for &'static str
impl From<CommandName> for &'static str
source§fn from(x: CommandName) -> &'static str
fn from(x: CommandName) -> &'static str
Converts to this type from the input type.
source§impl FromStr for CommandName
impl FromStr for CommandName
source§impl PartialEq for CommandName
impl PartialEq for CommandName
source§fn eq(&self, other: &CommandName) -> bool
fn eq(&self, other: &CommandName) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<&str> for CommandName
impl TryFrom<&str> for CommandName
impl Copy for CommandName
impl StructuralPartialEq for CommandName
Auto Trait Implementations§
impl RefUnwindSafe for CommandName
impl Send for CommandName
impl Sync for CommandName
impl Unpin for CommandName
impl UnwindSafe for CommandName
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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