Enum diem_operational_tool::command::CommandName [−][src]
pub enum CommandName {
Show 28 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,
VerifyValidatorState,
}Variants
Trait Implementations
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
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self