pub enum CommandName {
Show 27 variants
AccountResource,
AddValidator,
CheckEndpoint,
CheckValidatorSetEndpoints,
CreateValidator,
CreateValidatorOperator,
ExtractPeerFromFile,
ExtractPeerFromStorage,
ExtractPeersFromKeys,
ExtractPrivateKey,
ExtractPublicKey,
GenerateKey,
InsertWaypoint,
PrintAccount,
PrintKey,
PrintXKey,
PrintWaypoint,
RemoveValidator,
RotateConsensusKey,
RotateOperatorKey,
RotateFullNodeNetworkKey,
RotateValidatorNetworkKey,
SetValidatorConfig,
SetValidatorOperator,
ValidateTransaction,
ValidatorConfig,
ValidatorSet,
}
Variants§
AccountResource
AddValidator
CheckEndpoint
CheckValidatorSetEndpoints
CreateValidator
CreateValidatorOperator
ExtractPeerFromFile
ExtractPeerFromStorage
ExtractPeersFromKeys
ExtractPrivateKey
ExtractPublicKey
GenerateKey
InsertWaypoint
PrintAccount
PrintKey
PrintXKey
PrintWaypoint
RemoveValidator
RotateConsensusKey
RotateOperatorKey
RotateFullNodeNetworkKey
RotateValidatorNetworkKey
SetValidatorConfig
SetValidatorOperator
ValidateTransaction
ValidatorConfig
ValidatorSet
Trait Implementations§
source§impl Debug for CommandName
impl Debug for CommandName
source§impl Display for CommandName
impl Display for CommandName
source§impl From<&Command> for CommandName
impl From<&Command> for CommandName
source§impl PartialEq<CommandName> for CommandName
impl PartialEq<CommandName> 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 ==
.impl Eq for CommandName
impl StructuralEq 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§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.