Enum ActionKind

Source
#[repr(u16)]
pub enum ActionKind {
Show 628 variants None = 0, BlockProducerBestTipUpdate = 1, BlockProducerBlockInject = 2, BlockProducerBlockInjected = 3, BlockProducerBlockProduced = 4, BlockProducerBlockProveInit = 5, BlockProducerBlockProvePending = 6, BlockProducerBlockProveSuccess = 7, BlockProducerBlockUnprovenBuild = 8, BlockProducerStagedLedgerDiffCreateInit = 9, BlockProducerStagedLedgerDiffCreatePending = 10, BlockProducerStagedLedgerDiffCreateSuccess = 11, BlockProducerWonSlot = 12, BlockProducerWonSlotDiscard = 13, BlockProducerWonSlotProduceInit = 14, BlockProducerWonSlotSearch = 15, BlockProducerWonSlotTransactionsGet = 16, BlockProducerWonSlotTransactionsSuccess = 17, BlockProducerWonSlotWait = 18, BlockProducerEffectfulBlockProduced = 19, BlockProducerEffectfulBlockProveInit = 20, BlockProducerEffectfulBlockProveSuccess = 21, BlockProducerEffectfulBlockUnprovenBuild = 22, BlockProducerEffectfulStagedLedgerDiffCreateInit = 23, BlockProducerEffectfulStagedLedgerDiffCreateSuccess = 24, BlockProducerEffectfulWonSlot = 25, BlockProducerEffectfulWonSlotDiscard = 26, BlockProducerVrfEvaluatorBeginDelegatorTableConstruction = 27, BlockProducerVrfEvaluatorBeginEpochEvaluation = 28, BlockProducerVrfEvaluatorCheckEpochBounds = 29, BlockProducerVrfEvaluatorCheckEpochEvaluability = 30, BlockProducerVrfEvaluatorCleanupOldSlots = 31, BlockProducerVrfEvaluatorContinueEpochEvaluation = 32, BlockProducerVrfEvaluatorEvaluateSlot = 33, BlockProducerVrfEvaluatorFinalizeDelegatorTableConstruction = 34, BlockProducerVrfEvaluatorFinalizeEvaluatorInitialization = 35, BlockProducerVrfEvaluatorFinishEpochEvaluation = 36, BlockProducerVrfEvaluatorInitializeEpochEvaluation = 37, BlockProducerVrfEvaluatorInitializeEvaluator = 38, BlockProducerVrfEvaluatorInterruptEpochEvaluation = 39, BlockProducerVrfEvaluatorProcessSlotEvaluationSuccess = 40, BlockProducerVrfEvaluatorSelectInitialSlot = 41, BlockProducerVrfEvaluatorWaitForNextEvaluation = 42, BlockProducerVrfEvaluatorEffectfulEvaluateSlot = 43, BlockProducerVrfEvaluatorEffectfulInitializeStats = 44, BlockProducerVrfEvaluatorEffectfulSlotEvaluated = 45, CheckTimeouts = 46, EventSourceNewEvent = 47, EventSourceProcessEvents = 48, EventSourceWaitForEvents = 49, EventSourceWaitTimeout = 50, ExternalSnarkWorkerCancelWork = 51, ExternalSnarkWorkerError = 52, ExternalSnarkWorkerKill = 53, ExternalSnarkWorkerKilled = 54, ExternalSnarkWorkerPruneWork = 55, ExternalSnarkWorkerStart = 56, ExternalSnarkWorkerStartTimeout = 57, ExternalSnarkWorkerStarted = 58, ExternalSnarkWorkerSubmitWork = 59, ExternalSnarkWorkerWorkCancelled = 60, ExternalSnarkWorkerWorkError = 61, ExternalSnarkWorkerWorkResult = 62, ExternalSnarkWorkerWorkTimeout = 63, ExternalSnarkWorkerEffectfulCancelWork = 64, ExternalSnarkWorkerEffectfulKill = 65, ExternalSnarkWorkerEffectfulStart = 66, ExternalSnarkWorkerEffectfulSubmitWork = 67, LedgerEffectfulReadInit = 68, LedgerEffectfulWriteInit = 69, LedgerReadFindTodos = 70, LedgerReadInit = 71, LedgerReadPending = 72, LedgerReadPrune = 73, LedgerReadSuccess = 74, LedgerWriteInit = 75, LedgerWritePending = 76, LedgerWriteSuccess = 77, P2pCallbacksP2pChannelsRpcReady = 78, P2pCallbacksP2pChannelsRpcRequestReceived = 79, P2pCallbacksP2pChannelsRpcResponseReceived = 80, P2pCallbacksP2pChannelsRpcTimeout = 81, P2pCallbacksP2pChannelsStreamingRpcReady = 82, P2pCallbacksP2pChannelsStreamingRpcResponseReceived = 83, P2pCallbacksP2pChannelsStreamingRpcTimeout = 84, P2pCallbacksP2pDisconnection = 85, P2pCallbacksP2pPubsubValidateMessage = 86, P2pCallbacksRpcRespondBestTip = 87, P2pChannelsBestTipInit = 88, P2pChannelsBestTipPending = 89, P2pChannelsBestTipReady = 90, P2pChannelsBestTipReceived = 91, P2pChannelsBestTipRequestReceived = 92, P2pChannelsBestTipRequestSend = 93, P2pChannelsBestTipResponseSend = 94, P2pChannelsEffectfulInitChannel = 95, P2pChannelsEffectfulMessageSend = 96, P2pChannelsEffectfulSignalingDiscoveryAnswerDecrypt = 97, P2pChannelsEffectfulSignalingDiscoveryOfferEncryptAndSend = 98, P2pChannelsEffectfulSignalingExchangeAnswerEncryptAndSend = 99, P2pChannelsEffectfulSignalingExchangeOfferDecrypt = 100, P2pChannelsMessageReceived = 101, P2pChannelsRpcInit = 102, P2pChannelsRpcPending = 103, P2pChannelsRpcReady = 104, P2pChannelsRpcRequestReceived = 105, P2pChannelsRpcRequestSend = 106, P2pChannelsRpcResponsePending = 107, P2pChannelsRpcResponseReceived = 108, P2pChannelsRpcResponseSend = 109, P2pChannelsRpcTimeout = 110, P2pChannelsSignalingDiscoveryAnswerDecrypted = 111, P2pChannelsSignalingDiscoveryAnswerReceived = 112, P2pChannelsSignalingDiscoveryAnswerSend = 113, P2pChannelsSignalingDiscoveryDiscoveredAccept = 114, P2pChannelsSignalingDiscoveryDiscoveredAcceptReceived = 115, P2pChannelsSignalingDiscoveryDiscoveredReceived = 116, P2pChannelsSignalingDiscoveryDiscoveredReject = 117, P2pChannelsSignalingDiscoveryDiscoveredRejectReceived = 118, P2pChannelsSignalingDiscoveryDiscoveredSend = 119, P2pChannelsSignalingDiscoveryDiscoveryRequestReceived = 120, P2pChannelsSignalingDiscoveryDiscoveryRequestSend = 121, P2pChannelsSignalingDiscoveryInit = 122, P2pChannelsSignalingDiscoveryPending = 123, P2pChannelsSignalingDiscoveryReady = 124, P2pChannelsSignalingDiscoveryRequestReceived = 125, P2pChannelsSignalingDiscoveryRequestSend = 126, P2pChannelsSignalingExchangeAnswerReceived = 127, P2pChannelsSignalingExchangeAnswerSend = 128, P2pChannelsSignalingExchangeInit = 129, P2pChannelsSignalingExchangeOfferDecryptError = 130, P2pChannelsSignalingExchangeOfferDecryptSuccess = 131, P2pChannelsSignalingExchangeOfferReceived = 132, P2pChannelsSignalingExchangeOfferSend = 133, P2pChannelsSignalingExchangePending = 134, P2pChannelsSignalingExchangeReady = 135, P2pChannelsSignalingExchangeRequestReceived = 136, P2pChannelsSignalingExchangeRequestSend = 137, P2pChannelsSnarkInit = 138, P2pChannelsSnarkLibp2pBroadcast = 139, P2pChannelsSnarkLibp2pReceived = 140, P2pChannelsSnarkPending = 141, P2pChannelsSnarkPromiseReceived = 142, P2pChannelsSnarkReady = 143, P2pChannelsSnarkReceived = 144, P2pChannelsSnarkRequestReceived = 145, P2pChannelsSnarkRequestSend = 146, P2pChannelsSnarkResponseSend = 147, P2pChannelsSnarkJobCommitmentInit = 148, P2pChannelsSnarkJobCommitmentPending = 149, P2pChannelsSnarkJobCommitmentPromiseReceived = 150, P2pChannelsSnarkJobCommitmentReady = 151, P2pChannelsSnarkJobCommitmentReceived = 152, P2pChannelsSnarkJobCommitmentRequestReceived = 153, P2pChannelsSnarkJobCommitmentRequestSend = 154, P2pChannelsSnarkJobCommitmentResponseSend = 155, P2pChannelsStreamingRpcInit = 156, P2pChannelsStreamingRpcPending = 157, P2pChannelsStreamingRpcReady = 158, P2pChannelsStreamingRpcRequestReceived = 159, P2pChannelsStreamingRpcRequestSend = 160, P2pChannelsStreamingRpcResponseNextPartGet = 161, P2pChannelsStreamingRpcResponsePartNextSend = 162, P2pChannelsStreamingRpcResponsePartReceived = 163, P2pChannelsStreamingRpcResponsePartSend = 164, P2pChannelsStreamingRpcResponsePending = 165, P2pChannelsStreamingRpcResponseReceived = 166, P2pChannelsStreamingRpcResponseSendInit = 167, P2pChannelsStreamingRpcResponseSent = 168, P2pChannelsStreamingRpcTimeout = 169, P2pChannelsTransactionInit = 170, P2pChannelsTransactionLibp2pBroadcast = 171, P2pChannelsTransactionLibp2pReceived = 172, P2pChannelsTransactionPending = 173, P2pChannelsTransactionPromiseReceived = 174, P2pChannelsTransactionReady = 175, P2pChannelsTransactionReceived = 176, P2pChannelsTransactionRequestReceived = 177, P2pChannelsTransactionRequestSend = 178, P2pChannelsTransactionResponseSend = 179, P2pConnectionIncomingAnswerReady = 180, P2pConnectionIncomingAnswerSdpCreateError = 181, P2pConnectionIncomingAnswerSdpCreatePending = 182, P2pConnectionIncomingAnswerSdpCreateSuccess = 183, P2pConnectionIncomingAnswerSendSuccess = 184, P2pConnectionIncomingError = 185, P2pConnectionIncomingFinalizeError = 186, P2pConnectionIncomingFinalizePending = 187, P2pConnectionIncomingFinalizePendingLibp2p = 188, P2pConnectionIncomingFinalizeSuccess = 189, P2pConnectionIncomingInit = 190, P2pConnectionIncomingLibp2pReceived = 191, P2pConnectionIncomingSuccess = 192, P2pConnectionIncomingTimeout = 193, P2pConnectionIncomingEffectfulConnectionAuthorizationDecryptAndCheck = 194, P2pConnectionIncomingEffectfulConnectionAuthorizationEncryptAndSend = 195, P2pConnectionIncomingEffectfulInit = 196, P2pConnectionOutgoingAnswerRecvError = 197, P2pConnectionOutgoingAnswerRecvPending = 198, P2pConnectionOutgoingAnswerRecvSuccess = 199, P2pConnectionOutgoingError = 200, P2pConnectionOutgoingFinalizeError = 201, P2pConnectionOutgoingFinalizePending = 202, P2pConnectionOutgoingFinalizeSuccess = 203, P2pConnectionOutgoingInit = 204, P2pConnectionOutgoingOfferReady = 205, P2pConnectionOutgoingOfferSdpCreateError = 206, P2pConnectionOutgoingOfferSdpCreatePending = 207, P2pConnectionOutgoingOfferSdpCreateSuccess = 208, P2pConnectionOutgoingOfferSendSuccess = 209, P2pConnectionOutgoingRandomInit = 210, P2pConnectionOutgoingReconnect = 211, P2pConnectionOutgoingSuccess = 212, P2pConnectionOutgoingTimeout = 213, P2pConnectionOutgoingEffectfulAnswerSet = 214, P2pConnectionOutgoingEffectfulConnectionAuthorizationDecryptAndCheck = 215, P2pConnectionOutgoingEffectfulConnectionAuthorizationEncryptAndSend = 216, P2pConnectionOutgoingEffectfulInit = 217, P2pConnectionOutgoingEffectfulOfferSend = 218, P2pConnectionOutgoingEffectfulRandomInit = 219, P2pDisconnectionFailedCleanup = 220, P2pDisconnectionFinish = 221, P2pDisconnectionInit = 222, P2pDisconnectionPeerClosed = 223, P2pDisconnectionRandomTry = 224, P2pDisconnectionEffectfulInit = 225, P2pEffectfulInitialize = 226, P2pIdentifyNewRequest = 227, P2pIdentifyUpdatePeerInformation = 228, P2pInitializeInitialize = 229, P2pNetworkIdentifyStreamClose = 230, P2pNetworkIdentifyStreamIncomingData = 231, P2pNetworkIdentifyStreamNew = 232, P2pNetworkIdentifyStreamPrune = 233, P2pNetworkIdentifyStreamRemoteClose = 234, P2pNetworkIdentifyStreamSendIdentify = 235, P2pNetworkIdentifyStreamEffectfulGetListenAddresses = 236, P2pNetworkKadBootstrapAppendRequest = 237, P2pNetworkKadBootstrapCreateRequests = 238, P2pNetworkKadBootstrapFinalizeRequests = 239, P2pNetworkKadBootstrapRequestDone = 240, P2pNetworkKadBootstrapRequestError = 241, P2pNetworkKadEffectfulDiscovered = 242, P2pNetworkKadEffectfulMakeRequest = 243, P2pNetworkKadRequestError = 244, P2pNetworkKadRequestMuxReady = 245, P2pNetworkKadRequestNew = 246, P2pNetworkKadRequestPeerIsConnecting = 247, P2pNetworkKadRequestPrune = 248, P2pNetworkKadRequestReplyReceived = 249, P2pNetworkKadRequestRequestSent = 250, P2pNetworkKadRequestStreamIsCreating = 251, P2pNetworkKadRequestStreamReady = 252, P2pNetworkKademliaAnswerFindNodeRequest = 253, P2pNetworkKademliaBootstrapFinished = 254, P2pNetworkKademliaStartBootstrap = 255, P2pNetworkKademliaUpdateFindNodeRequest = 256, P2pNetworkKademliaUpdateRoutingTable = 257, P2pNetworkKademliaStreamClose = 258, P2pNetworkKademliaStreamIncomingData = 259, P2pNetworkKademliaStreamNew = 260, P2pNetworkKademliaStreamOutgoingDataReady = 261, P2pNetworkKademliaStreamPrune = 262, P2pNetworkKademliaStreamRemoteClose = 263, P2pNetworkKademliaStreamSendRequest = 264, P2pNetworkKademliaStreamSendResponse = 265, P2pNetworkKademliaStreamWaitIncoming = 266, P2pNetworkKademliaStreamWaitOutgoing = 267, P2pNetworkNoiseDecryptedData = 268, P2pNetworkNoiseHandshakeDone = 269, P2pNetworkNoiseIncomingChunk = 270, P2pNetworkNoiseIncomingData = 271, P2pNetworkNoiseInit = 272, P2pNetworkNoiseOutgoingChunk = 273, P2pNetworkNoiseOutgoingChunkSelectMux = 274, P2pNetworkNoiseOutgoingData = 275, P2pNetworkNoiseOutgoingDataSelectMux = 276, P2pNetworkPnetIncomingData = 277, P2pNetworkPnetOutgoingData = 278, P2pNetworkPnetSetupNonce = 279, P2pNetworkPnetTimeout = 280, P2pNetworkPnetEffectfulOutgoingData = 281, P2pNetworkPnetEffectfulSetupNonce = 282, P2pNetworkPubsubBroadcast = 283, P2pNetworkPubsubBroadcastSigned = 284, P2pNetworkPubsubBroadcastValidatedMessage = 285, P2pNetworkPubsubGraft = 286, P2pNetworkPubsubHandleIncomingMessage = 287, P2pNetworkPubsubIgnoreMessage = 288, P2pNetworkPubsubIncomingData = 289, P2pNetworkPubsubIncomingMessage = 290, P2pNetworkPubsubIncomingMessageCleanup = 291, P2pNetworkPubsubNewStream = 292, P2pNetworkPubsubOutgoingData = 293, P2pNetworkPubsubOutgoingMessage = 294, P2pNetworkPubsubOutgoingMessageClear = 295, P2pNetworkPubsubOutgoingMessageError = 296, P2pNetworkPubsubPrune = 297, P2pNetworkPubsubPruneMessages = 298, P2pNetworkPubsubRejectMessage = 299, P2pNetworkPubsubSign = 300, P2pNetworkPubsubSignError = 301, P2pNetworkPubsubValidateIncomingMessage = 302, P2pNetworkPubsubValidateIncomingMessages = 303, P2pNetworkPubsubWebRtcRebroadcast = 304, P2pNetworkPubsubEffectfulSign = 305, P2pNetworkPubsubEffectfulValidateIncomingMessages = 306, P2pNetworkRpcHeartbeatSend = 307, P2pNetworkRpcIncomingData = 308, P2pNetworkRpcIncomingMessage = 309, P2pNetworkRpcInit = 310, P2pNetworkRpcOutgoingData = 311, P2pNetworkRpcOutgoingQuery = 312, P2pNetworkRpcOutgoingResponse = 313, P2pNetworkRpcPrunePending = 314, P2pNetworkSchedulerDisconnect = 315, P2pNetworkSchedulerDisconnected = 316, P2pNetworkSchedulerError = 317, P2pNetworkSchedulerIncomingConnectionIsReady = 318, P2pNetworkSchedulerIncomingDataDidReceive = 319, P2pNetworkSchedulerIncomingDataIsReady = 320, P2pNetworkSchedulerIncomingDidAccept = 321, P2pNetworkSchedulerInterfaceDetected = 322, P2pNetworkSchedulerInterfaceExpired = 323, P2pNetworkSchedulerListenerError = 324, P2pNetworkSchedulerListenerReady = 325, P2pNetworkSchedulerOutgoingConnect = 326, P2pNetworkSchedulerOutgoingDidConnect = 327, P2pNetworkSchedulerPrune = 328, P2pNetworkSchedulerPruneStream = 329, P2pNetworkSchedulerSelectDone = 330, P2pNetworkSchedulerSelectError = 331, P2pNetworkSchedulerYamuxDidInit = 332, P2pNetworkSchedulerEffectfulDisconnect = 333, P2pNetworkSchedulerEffectfulIncomingConnectionIsReady = 334, P2pNetworkSchedulerEffectfulIncomingDataIsReady = 335, P2pNetworkSchedulerEffectfulIncomingDidAccept = 336, P2pNetworkSchedulerEffectfulInterfaceDetected = 337, P2pNetworkSchedulerEffectfulNoiseSelectDone = 338, P2pNetworkSchedulerEffectfulOutgoingConnect = 339, P2pNetworkSchedulerEffectfulOutgoingDidConnect = 340, P2pNetworkSelectIncomingData = 341, P2pNetworkSelectIncomingDataAuth = 342, P2pNetworkSelectIncomingDataMux = 343, P2pNetworkSelectIncomingPayload = 344, P2pNetworkSelectIncomingPayloadAuth = 345, P2pNetworkSelectIncomingPayloadMux = 346, P2pNetworkSelectIncomingToken = 347, P2pNetworkSelectInit = 348, P2pNetworkSelectOutgoingTokens = 349, P2pNetworkSelectTimeout = 350, P2pNetworkYamuxIncomingData = 351, P2pNetworkYamuxIncomingFrame = 352, P2pNetworkYamuxOpenStream = 353, P2pNetworkYamuxOutgoingData = 354, P2pNetworkYamuxOutgoingFrame = 355, P2pNetworkYamuxPingStream = 356, P2pPeerBestTipUpdate = 357, P2pPeerDiscovered = 358, P2pPeerReady = 359, P2pPeerRemove = 360, RpcActionStatsGet = 361, RpcBestChain = 362, RpcBlockGet = 363, RpcBlockProducerStatsGet = 364, RpcConsensusConstantsGet = 365, RpcConsensusTimeGet = 366, RpcDiscoveryBoostrapStats = 367, RpcDiscoveryRoutingTable = 368, RpcFinish = 369, RpcGenesisBlock = 370, RpcGlobalStateGet = 371, RpcHealthCheck = 372, RpcHeartbeatGet = 373, RpcLedgerAccountDelegatorsGetInit = 374, RpcLedgerAccountDelegatorsGetPending = 375, RpcLedgerAccountDelegatorsGetSuccess = 376, RpcLedgerAccountsGetInit = 377, RpcLedgerAccountsGetPending = 378, RpcLedgerAccountsGetSuccess = 379, RpcLedgerStatusGetInit = 380, RpcLedgerStatusGetPending = 381, RpcLedgerStatusGetSuccess = 382, RpcMessageProgressGet = 383, RpcP2pConnectionIncomingAnswerReady = 384, RpcP2pConnectionIncomingError = 385, RpcP2pConnectionIncomingInit = 386, RpcP2pConnectionIncomingPending = 387, RpcP2pConnectionIncomingRespond = 388, RpcP2pConnectionIncomingSuccess = 389, RpcP2pConnectionOutgoingError = 390, RpcP2pConnectionOutgoingInit = 391, RpcP2pConnectionOutgoingPending = 392, RpcP2pConnectionOutgoingSuccess = 393, RpcPeersGet = 394, RpcPooledUserCommands = 395, RpcPooledZkappCommands = 396, RpcReadinessCheck = 397, RpcScanStateSummaryGetInit = 398, RpcScanStateSummaryGetPending = 399, RpcScanStateSummaryGetSuccess = 400, RpcScanStateSummaryLedgerGetInit = 401, RpcSnarkPoolAvailableJobsGet = 402, RpcSnarkPoolCompletedJobsGet = 403, RpcSnarkPoolJobGet = 404, RpcSnarkPoolPendingJobsGet = 405, RpcSnarkerConfigGet = 406, RpcSnarkerJobCommit = 407, RpcSnarkerJobSpec = 408, RpcSnarkerWorkersGet = 409, RpcStatusGet = 410, RpcSyncStatsGet = 411, RpcTransactionInjectFailure = 412, RpcTransactionInjectInit = 413, RpcTransactionInjectPending = 414, RpcTransactionInjectRejected = 415, RpcTransactionInjectSuccess = 416, RpcTransactionPool = 417, RpcTransactionStatusGet = 418, RpcTransitionFrontierUserCommandsGet = 419, RpcEffectfulActionStatsGet = 420, RpcEffectfulBestChain = 421, RpcEffectfulBlockGet = 422, RpcEffectfulBlockProducerStatsGet = 423, RpcEffectfulConsensusConstantsGet = 424, RpcEffectfulConsensusTimeGet = 425, RpcEffectfulDiscoveryBoostrapStats = 426, RpcEffectfulDiscoveryRoutingTable = 427, RpcEffectfulGenesisBlock = 428, RpcEffectfulGlobalStateGet = 429, RpcEffectfulHealthCheck = 430, RpcEffectfulHeartbeatGet = 431, RpcEffectfulLedgerAccountDelegatorsGetSuccess = 432, RpcEffectfulLedgerAccountsGetSuccess = 433, RpcEffectfulLedgerStatusGetSuccess = 434, RpcEffectfulMessageProgressGet = 435, RpcEffectfulP2pConnectionIncomingError = 436, RpcEffectfulP2pConnectionIncomingRespond = 437, RpcEffectfulP2pConnectionIncomingSuccess = 438, RpcEffectfulP2pConnectionOutgoingError = 439, RpcEffectfulP2pConnectionOutgoingSuccess = 440, RpcEffectfulPeersGet = 441, RpcEffectfulPooledUserCommands = 442, RpcEffectfulPooledZkappCommands = 443, RpcEffectfulReadinessCheck = 444, RpcEffectfulScanStateSummaryGetSuccess = 445, RpcEffectfulSnarkPoolAvailableJobsGet = 446, RpcEffectfulSnarkPoolCompletedJobsGet = 447, RpcEffectfulSnarkPoolJobGet = 448, RpcEffectfulSnarkPoolPendingJobsGet = 449, RpcEffectfulSnarkerConfigGet = 450, RpcEffectfulSnarkerJobCommit = 451, RpcEffectfulSnarkerJobSpec = 452, RpcEffectfulSnarkerWorkersGet = 453, RpcEffectfulStatusGet = 454, RpcEffectfulSyncStatsGet = 455, RpcEffectfulTransactionInjectFailure = 456, RpcEffectfulTransactionInjectRejected = 457, RpcEffectfulTransactionInjectSuccess = 458, RpcEffectfulTransactionPool = 459, RpcEffectfulTransactionStatusGet = 460, RpcEffectfulTransitionFrontierUserCommandsGet = 461, SnarkBlockVerifyError = 462, SnarkBlockVerifyFinish = 463, SnarkBlockVerifyInit = 464, SnarkBlockVerifyPending = 465, SnarkBlockVerifySuccess = 466, SnarkBlockVerifyEffectfulInit = 467, SnarkPoolAutoCreateCommitment = 468, SnarkPoolCheckTimeouts = 469, SnarkPoolCommitmentAdd = 470, SnarkPoolCommitmentCreate = 471, SnarkPoolCommitmentCreateMany = 472, SnarkPoolJobCommitmentTimeout = 473, SnarkPoolJobsUpdate = 474, SnarkPoolP2pSend = 475, SnarkPoolP2pSendAll = 476, SnarkPoolWorkAdd = 477, SnarkPoolCandidateInfoReceived = 478, SnarkPoolCandidatePeerPrune = 479, SnarkPoolCandidateWorkFetchAll = 480, SnarkPoolCandidateWorkFetchError = 481, SnarkPoolCandidateWorkFetchInit = 482, SnarkPoolCandidateWorkFetchPending = 483, SnarkPoolCandidateWorkFetchSuccess = 484, SnarkPoolCandidateWorkVerifyError = 485, SnarkPoolCandidateWorkVerifyNext = 486, SnarkPoolCandidateWorkVerifyPending = 487, SnarkPoolCandidateWorkVerifySuccess = 488, SnarkPoolEffectfulSnarkPoolJobsRandomChoose = 489, SnarkUserCommandVerifyError = 490, SnarkUserCommandVerifyFinish = 491, SnarkUserCommandVerifyInit = 492, SnarkUserCommandVerifyPending = 493, SnarkUserCommandVerifySuccess = 494, SnarkUserCommandVerifyEffectfulInit = 495, SnarkWorkVerifyError = 496, SnarkWorkVerifyFinish = 497, SnarkWorkVerifyInit = 498, SnarkWorkVerifyPending = 499, SnarkWorkVerifySuccess = 500, SnarkWorkVerifyEffectfulInit = 501, TransactionPoolApplyTransitionFrontierDiff = 502, TransactionPoolApplyTransitionFrontierDiffWithAccounts = 503, TransactionPoolApplyVerifiedDiff = 504, TransactionPoolApplyVerifiedDiffWithAccounts = 505, TransactionPoolBestTipChanged = 506, TransactionPoolBestTipChangedWithAccounts = 507, TransactionPoolCollectTransactionsByFee = 508, TransactionPoolP2pSend = 509, TransactionPoolP2pSendAll = 510, TransactionPoolRebroadcast = 511, TransactionPoolStartVerify = 512, TransactionPoolStartVerifyWithAccounts = 513, TransactionPoolVerifyError = 514, TransactionPoolVerifySuccess = 515, TransactionPoolCandidateFetchAll = 516, TransactionPoolCandidateFetchError = 517, TransactionPoolCandidateFetchInit = 518, TransactionPoolCandidateFetchPending = 519, TransactionPoolCandidateFetchSuccess = 520, TransactionPoolCandidateInfoReceived = 521, TransactionPoolCandidateLibp2pTransactionsReceived = 522, TransactionPoolCandidatePeerPrune = 523, TransactionPoolCandidateVerifyError = 524, TransactionPoolCandidateVerifyNext = 525, TransactionPoolCandidateVerifyPending = 526, TransactionPoolCandidateVerifySuccess = 527, TransactionPoolEffectfulFetchAccounts = 528, TransitionFrontierGenesisInject = 529, TransitionFrontierGenesisProvenInject = 530, TransitionFrontierSyncFailed = 531, TransitionFrontierSynced = 532, TransitionFrontierCandidateBlockChainProofUpdate = 533, TransitionFrontierCandidateBlockPrevalidateError = 534, TransitionFrontierCandidateBlockPrevalidateSuccess = 535, TransitionFrontierCandidateBlockReceived = 536, TransitionFrontierCandidateBlockSnarkVerifyError = 537, TransitionFrontierCandidateBlockSnarkVerifyPending = 538, TransitionFrontierCandidateBlockSnarkVerifySuccess = 539, TransitionFrontierCandidateP2pBestTipUpdate = 540, TransitionFrontierCandidatePrune = 541, TransitionFrontierCandidateTransitionFrontierSyncTargetUpdate = 542, TransitionFrontierGenesisLedgerLoadInit = 543, TransitionFrontierGenesisLedgerLoadPending = 544, TransitionFrontierGenesisLedgerLoadSuccess = 545, TransitionFrontierGenesisProduce = 546, TransitionFrontierGenesisProveInit = 547, TransitionFrontierGenesisProvePending = 548, TransitionFrontierGenesisProveSuccess = 549, TransitionFrontierGenesisEffectfulLedgerLoadInit = 550, TransitionFrontierGenesisEffectfulProveInit = 551, TransitionFrontierSyncBestTipUpdate = 552, TransitionFrontierSyncBlocksFetchSuccess = 553, TransitionFrontierSyncBlocksNextApplyError = 554, TransitionFrontierSyncBlocksNextApplyInit = 555, TransitionFrontierSyncBlocksNextApplyPending = 556, TransitionFrontierSyncBlocksNextApplySuccess = 557, TransitionFrontierSyncBlocksPeerQueryError = 558, TransitionFrontierSyncBlocksPeerQueryInit = 559, TransitionFrontierSyncBlocksPeerQueryPending = 560, TransitionFrontierSyncBlocksPeerQueryRetry = 561, TransitionFrontierSyncBlocksPeerQuerySuccess = 562, TransitionFrontierSyncBlocksPeersQuery = 563, TransitionFrontierSyncBlocksPending = 564, TransitionFrontierSyncBlocksSendToArchive = 565, TransitionFrontierSyncBlocksSuccess = 566, TransitionFrontierSyncCommitInit = 567, TransitionFrontierSyncCommitPending = 568, TransitionFrontierSyncCommitSuccess = 569, TransitionFrontierSyncInit = 570, TransitionFrontierSyncLedgerNextEpochPending = 571, TransitionFrontierSyncLedgerNextEpochSuccess = 572, TransitionFrontierSyncLedgerRootPending = 573, TransitionFrontierSyncLedgerRootSuccess = 574, TransitionFrontierSyncLedgerStakingPending = 575, TransitionFrontierSyncLedgerStakingSuccess = 576, TransitionFrontierSyncLedgerInit = 577, TransitionFrontierSyncLedgerSuccess = 578, TransitionFrontierSyncLedgerSnarkedChildAccountsAccepted = 579, TransitionFrontierSyncLedgerSnarkedChildAccountsReceived = 580, TransitionFrontierSyncLedgerSnarkedChildAccountsRejected = 581, TransitionFrontierSyncLedgerSnarkedChildHashesAccepted = 582, TransitionFrontierSyncLedgerSnarkedChildHashesReceived = 583, TransitionFrontierSyncLedgerSnarkedChildHashesRejected = 584, TransitionFrontierSyncLedgerSnarkedMerkleTreeSyncPending = 585, TransitionFrontierSyncLedgerSnarkedMerkleTreeSyncSuccess = 586, TransitionFrontierSyncLedgerSnarkedNumAccountsAccepted = 587, TransitionFrontierSyncLedgerSnarkedNumAccountsReceived = 588, TransitionFrontierSyncLedgerSnarkedNumAccountsRejected = 589, TransitionFrontierSyncLedgerSnarkedNumAccountsSuccess = 590, TransitionFrontierSyncLedgerSnarkedPeerQueryAddressError = 591, TransitionFrontierSyncLedgerSnarkedPeerQueryAddressInit = 592, TransitionFrontierSyncLedgerSnarkedPeerQueryAddressPending = 593, TransitionFrontierSyncLedgerSnarkedPeerQueryAddressRetry = 594, TransitionFrontierSyncLedgerSnarkedPeerQueryAddressSuccess = 595, TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsError = 596, TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsInit = 597, TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsPending = 598, TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsRetry = 599, TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsSuccess = 600, TransitionFrontierSyncLedgerSnarkedPeersQuery = 601, TransitionFrontierSyncLedgerSnarkedPending = 602, TransitionFrontierSyncLedgerSnarkedSuccess = 603, TransitionFrontierSyncLedgerStagedPartsFetchPending = 604, TransitionFrontierSyncLedgerStagedPartsFetchSuccess = 605, TransitionFrontierSyncLedgerStagedPartsPeerFetchError = 606, TransitionFrontierSyncLedgerStagedPartsPeerFetchInit = 607, TransitionFrontierSyncLedgerStagedPartsPeerFetchPending = 608, TransitionFrontierSyncLedgerStagedPartsPeerFetchSuccess = 609, TransitionFrontierSyncLedgerStagedPartsPeerInvalid = 610, TransitionFrontierSyncLedgerStagedPartsPeerValid = 611, TransitionFrontierSyncLedgerStagedReconstructEmpty = 612, TransitionFrontierSyncLedgerStagedReconstructError = 613, TransitionFrontierSyncLedgerStagedReconstructInit = 614, TransitionFrontierSyncLedgerStagedReconstructPending = 615, TransitionFrontierSyncLedgerStagedReconstructSuccess = 616, TransitionFrontierSyncLedgerStagedSuccess = 617, WatchedAccountsAdd = 618, WatchedAccountsBlockLedgerQueryInit = 619, WatchedAccountsBlockLedgerQueryPending = 620, WatchedAccountsBlockLedgerQuerySuccess = 621, WatchedAccountsLedgerInitialStateGetError = 622, WatchedAccountsLedgerInitialStateGetInit = 623, WatchedAccountsLedgerInitialStateGetPending = 624, WatchedAccountsLedgerInitialStateGetRetry = 625, WatchedAccountsLedgerInitialStateGetSuccess = 626, WatchedAccountsTransactionsIncludedInBlock = 627,
}
Expand description

Unified kind enum for all action types

Variants§

§

None = 0

§

BlockProducerBestTipUpdate = 1

§

BlockProducerBlockInject = 2

§

BlockProducerBlockInjected = 3

§

BlockProducerBlockProduced = 4

§

BlockProducerBlockProveInit = 5

§

BlockProducerBlockProvePending = 6

§

BlockProducerBlockProveSuccess = 7

§

BlockProducerBlockUnprovenBuild = 8

§

BlockProducerStagedLedgerDiffCreateInit = 9

§

BlockProducerStagedLedgerDiffCreatePending = 10

§

BlockProducerStagedLedgerDiffCreateSuccess = 11

§

BlockProducerWonSlot = 12

§

BlockProducerWonSlotDiscard = 13

§

BlockProducerWonSlotProduceInit = 14

§

BlockProducerWonSlotSearch = 15

§

BlockProducerWonSlotTransactionsGet = 16

§

BlockProducerWonSlotTransactionsSuccess = 17

§

BlockProducerWonSlotWait = 18

§

BlockProducerEffectfulBlockProduced = 19

§

BlockProducerEffectfulBlockProveInit = 20

§

BlockProducerEffectfulBlockProveSuccess = 21

§

BlockProducerEffectfulBlockUnprovenBuild = 22

§

BlockProducerEffectfulStagedLedgerDiffCreateInit = 23

§

BlockProducerEffectfulStagedLedgerDiffCreateSuccess = 24

§

BlockProducerEffectfulWonSlot = 25

§

BlockProducerEffectfulWonSlotDiscard = 26

§

BlockProducerVrfEvaluatorBeginDelegatorTableConstruction = 27

§

BlockProducerVrfEvaluatorBeginEpochEvaluation = 28

§

BlockProducerVrfEvaluatorCheckEpochBounds = 29

§

BlockProducerVrfEvaluatorCheckEpochEvaluability = 30

§

BlockProducerVrfEvaluatorCleanupOldSlots = 31

§

BlockProducerVrfEvaluatorContinueEpochEvaluation = 32

§

BlockProducerVrfEvaluatorEvaluateSlot = 33

§

BlockProducerVrfEvaluatorFinalizeDelegatorTableConstruction = 34

§

BlockProducerVrfEvaluatorFinalizeEvaluatorInitialization = 35

§

BlockProducerVrfEvaluatorFinishEpochEvaluation = 36

§

BlockProducerVrfEvaluatorInitializeEpochEvaluation = 37

§

BlockProducerVrfEvaluatorInitializeEvaluator = 38

§

BlockProducerVrfEvaluatorInterruptEpochEvaluation = 39

§

BlockProducerVrfEvaluatorProcessSlotEvaluationSuccess = 40

§

BlockProducerVrfEvaluatorSelectInitialSlot = 41

§

BlockProducerVrfEvaluatorWaitForNextEvaluation = 42

§

BlockProducerVrfEvaluatorEffectfulEvaluateSlot = 43

§

BlockProducerVrfEvaluatorEffectfulInitializeStats = 44

§

BlockProducerVrfEvaluatorEffectfulSlotEvaluated = 45

§

CheckTimeouts = 46

§

EventSourceNewEvent = 47

§

EventSourceProcessEvents = 48

§

EventSourceWaitForEvents = 49

§

EventSourceWaitTimeout = 50

§

ExternalSnarkWorkerCancelWork = 51

§

ExternalSnarkWorkerError = 52

§

ExternalSnarkWorkerKill = 53

§

ExternalSnarkWorkerKilled = 54

§

ExternalSnarkWorkerPruneWork = 55

§

ExternalSnarkWorkerStart = 56

§

ExternalSnarkWorkerStartTimeout = 57

§

ExternalSnarkWorkerStarted = 58

§

ExternalSnarkWorkerSubmitWork = 59

§

ExternalSnarkWorkerWorkCancelled = 60

§

ExternalSnarkWorkerWorkError = 61

§

ExternalSnarkWorkerWorkResult = 62

§

ExternalSnarkWorkerWorkTimeout = 63

§

ExternalSnarkWorkerEffectfulCancelWork = 64

§

ExternalSnarkWorkerEffectfulKill = 65

§

ExternalSnarkWorkerEffectfulStart = 66

§

ExternalSnarkWorkerEffectfulSubmitWork = 67

§

LedgerEffectfulReadInit = 68

§

LedgerEffectfulWriteInit = 69

§

LedgerReadFindTodos = 70

§

LedgerReadInit = 71

§

LedgerReadPending = 72

§

LedgerReadPrune = 73

§

LedgerReadSuccess = 74

§

LedgerWriteInit = 75

§

LedgerWritePending = 76

§

LedgerWriteSuccess = 77

§

P2pCallbacksP2pChannelsRpcReady = 78

§

P2pCallbacksP2pChannelsRpcRequestReceived = 79

§

P2pCallbacksP2pChannelsRpcResponseReceived = 80

§

P2pCallbacksP2pChannelsRpcTimeout = 81

§

P2pCallbacksP2pChannelsStreamingRpcReady = 82

§

P2pCallbacksP2pChannelsStreamingRpcResponseReceived = 83

§

P2pCallbacksP2pChannelsStreamingRpcTimeout = 84

§

P2pCallbacksP2pDisconnection = 85

§

P2pCallbacksP2pPubsubValidateMessage = 86

§

P2pCallbacksRpcRespondBestTip = 87

§

P2pChannelsBestTipInit = 88

§

P2pChannelsBestTipPending = 89

§

P2pChannelsBestTipReady = 90

§

P2pChannelsBestTipReceived = 91

§

P2pChannelsBestTipRequestReceived = 92

§

P2pChannelsBestTipRequestSend = 93

§

P2pChannelsBestTipResponseSend = 94

§

P2pChannelsEffectfulInitChannel = 95

§

P2pChannelsEffectfulMessageSend = 96

§

P2pChannelsEffectfulSignalingDiscoveryAnswerDecrypt = 97

§

P2pChannelsEffectfulSignalingDiscoveryOfferEncryptAndSend = 98

§

P2pChannelsEffectfulSignalingExchangeAnswerEncryptAndSend = 99

§

P2pChannelsEffectfulSignalingExchangeOfferDecrypt = 100

§

P2pChannelsMessageReceived = 101

§

P2pChannelsRpcInit = 102

§

P2pChannelsRpcPending = 103

§

P2pChannelsRpcReady = 104

§

P2pChannelsRpcRequestReceived = 105

§

P2pChannelsRpcRequestSend = 106

§

P2pChannelsRpcResponsePending = 107

§

P2pChannelsRpcResponseReceived = 108

§

P2pChannelsRpcResponseSend = 109

§

P2pChannelsRpcTimeout = 110

§

P2pChannelsSignalingDiscoveryAnswerDecrypted = 111

§

P2pChannelsSignalingDiscoveryAnswerReceived = 112

§

P2pChannelsSignalingDiscoveryAnswerSend = 113

§

P2pChannelsSignalingDiscoveryDiscoveredAccept = 114

§

P2pChannelsSignalingDiscoveryDiscoveredAcceptReceived = 115

§

P2pChannelsSignalingDiscoveryDiscoveredReceived = 116

§

P2pChannelsSignalingDiscoveryDiscoveredReject = 117

§

P2pChannelsSignalingDiscoveryDiscoveredRejectReceived = 118

§

P2pChannelsSignalingDiscoveryDiscoveredSend = 119

§

P2pChannelsSignalingDiscoveryDiscoveryRequestReceived = 120

§

P2pChannelsSignalingDiscoveryDiscoveryRequestSend = 121

§

P2pChannelsSignalingDiscoveryInit = 122

§

P2pChannelsSignalingDiscoveryPending = 123

§

P2pChannelsSignalingDiscoveryReady = 124

§

P2pChannelsSignalingDiscoveryRequestReceived = 125

§

P2pChannelsSignalingDiscoveryRequestSend = 126

§

P2pChannelsSignalingExchangeAnswerReceived = 127

§

P2pChannelsSignalingExchangeAnswerSend = 128

§

P2pChannelsSignalingExchangeInit = 129

§

P2pChannelsSignalingExchangeOfferDecryptError = 130

§

P2pChannelsSignalingExchangeOfferDecryptSuccess = 131

§

P2pChannelsSignalingExchangeOfferReceived = 132

§

P2pChannelsSignalingExchangeOfferSend = 133

§

P2pChannelsSignalingExchangePending = 134

§

P2pChannelsSignalingExchangeReady = 135

§

P2pChannelsSignalingExchangeRequestReceived = 136

§

P2pChannelsSignalingExchangeRequestSend = 137

§

P2pChannelsSnarkInit = 138

§

P2pChannelsSnarkLibp2pBroadcast = 139

§

P2pChannelsSnarkLibp2pReceived = 140

§

P2pChannelsSnarkPending = 141

§

P2pChannelsSnarkPromiseReceived = 142

§

P2pChannelsSnarkReady = 143

§

P2pChannelsSnarkReceived = 144

§

P2pChannelsSnarkRequestReceived = 145

§

P2pChannelsSnarkRequestSend = 146

§

P2pChannelsSnarkResponseSend = 147

§

P2pChannelsSnarkJobCommitmentInit = 148

§

P2pChannelsSnarkJobCommitmentPending = 149

§

P2pChannelsSnarkJobCommitmentPromiseReceived = 150

§

P2pChannelsSnarkJobCommitmentReady = 151

§

P2pChannelsSnarkJobCommitmentReceived = 152

§

P2pChannelsSnarkJobCommitmentRequestReceived = 153

§

P2pChannelsSnarkJobCommitmentRequestSend = 154

§

P2pChannelsSnarkJobCommitmentResponseSend = 155

§

P2pChannelsStreamingRpcInit = 156

§

P2pChannelsStreamingRpcPending = 157

§

P2pChannelsStreamingRpcReady = 158

§

P2pChannelsStreamingRpcRequestReceived = 159

§

P2pChannelsStreamingRpcRequestSend = 160

§

P2pChannelsStreamingRpcResponseNextPartGet = 161

§

P2pChannelsStreamingRpcResponsePartNextSend = 162

§

P2pChannelsStreamingRpcResponsePartReceived = 163

§

P2pChannelsStreamingRpcResponsePartSend = 164

§

P2pChannelsStreamingRpcResponsePending = 165

§

P2pChannelsStreamingRpcResponseReceived = 166

§

P2pChannelsStreamingRpcResponseSendInit = 167

§

P2pChannelsStreamingRpcResponseSent = 168

§

P2pChannelsStreamingRpcTimeout = 169

§

P2pChannelsTransactionInit = 170

§

P2pChannelsTransactionLibp2pBroadcast = 171

§

P2pChannelsTransactionLibp2pReceived = 172

§

P2pChannelsTransactionPending = 173

§

P2pChannelsTransactionPromiseReceived = 174

§

P2pChannelsTransactionReady = 175

§

P2pChannelsTransactionReceived = 176

§

P2pChannelsTransactionRequestReceived = 177

§

P2pChannelsTransactionRequestSend = 178

§

P2pChannelsTransactionResponseSend = 179

§

P2pConnectionIncomingAnswerReady = 180

§

P2pConnectionIncomingAnswerSdpCreateError = 181

§

P2pConnectionIncomingAnswerSdpCreatePending = 182

§

P2pConnectionIncomingAnswerSdpCreateSuccess = 183

§

P2pConnectionIncomingAnswerSendSuccess = 184

§

P2pConnectionIncomingError = 185

§

P2pConnectionIncomingFinalizeError = 186

§

P2pConnectionIncomingFinalizePending = 187

§

P2pConnectionIncomingFinalizePendingLibp2p = 188

§

P2pConnectionIncomingFinalizeSuccess = 189

§

P2pConnectionIncomingInit = 190

§

P2pConnectionIncomingLibp2pReceived = 191

§

P2pConnectionIncomingSuccess = 192

§

P2pConnectionIncomingTimeout = 193

§

P2pConnectionIncomingEffectfulConnectionAuthorizationDecryptAndCheck = 194

§

P2pConnectionIncomingEffectfulConnectionAuthorizationEncryptAndSend = 195

§

P2pConnectionIncomingEffectfulInit = 196

§

P2pConnectionOutgoingAnswerRecvError = 197

§

P2pConnectionOutgoingAnswerRecvPending = 198

§

P2pConnectionOutgoingAnswerRecvSuccess = 199

§

P2pConnectionOutgoingError = 200

§

P2pConnectionOutgoingFinalizeError = 201

§

P2pConnectionOutgoingFinalizePending = 202

§

P2pConnectionOutgoingFinalizeSuccess = 203

§

P2pConnectionOutgoingInit = 204

§

P2pConnectionOutgoingOfferReady = 205

§

P2pConnectionOutgoingOfferSdpCreateError = 206

§

P2pConnectionOutgoingOfferSdpCreatePending = 207

§

P2pConnectionOutgoingOfferSdpCreateSuccess = 208

§

P2pConnectionOutgoingOfferSendSuccess = 209

§

P2pConnectionOutgoingRandomInit = 210

§

P2pConnectionOutgoingReconnect = 211

§

P2pConnectionOutgoingSuccess = 212

§

P2pConnectionOutgoingTimeout = 213

§

P2pConnectionOutgoingEffectfulAnswerSet = 214

§

P2pConnectionOutgoingEffectfulConnectionAuthorizationDecryptAndCheck = 215

§

P2pConnectionOutgoingEffectfulConnectionAuthorizationEncryptAndSend = 216

§

P2pConnectionOutgoingEffectfulInit = 217

§

P2pConnectionOutgoingEffectfulOfferSend = 218

§

P2pConnectionOutgoingEffectfulRandomInit = 219

§

P2pDisconnectionFailedCleanup = 220

§

P2pDisconnectionFinish = 221

§

P2pDisconnectionInit = 222

§

P2pDisconnectionPeerClosed = 223

§

P2pDisconnectionRandomTry = 224

§

P2pDisconnectionEffectfulInit = 225

§

P2pEffectfulInitialize = 226

§

P2pIdentifyNewRequest = 227

§

P2pIdentifyUpdatePeerInformation = 228

§

P2pInitializeInitialize = 229

§

P2pNetworkIdentifyStreamClose = 230

§

P2pNetworkIdentifyStreamIncomingData = 231

§

P2pNetworkIdentifyStreamNew = 232

§

P2pNetworkIdentifyStreamPrune = 233

§

P2pNetworkIdentifyStreamRemoteClose = 234

§

P2pNetworkIdentifyStreamSendIdentify = 235

§

P2pNetworkIdentifyStreamEffectfulGetListenAddresses = 236

§

P2pNetworkKadBootstrapAppendRequest = 237

§

P2pNetworkKadBootstrapCreateRequests = 238

§

P2pNetworkKadBootstrapFinalizeRequests = 239

§

P2pNetworkKadBootstrapRequestDone = 240

§

P2pNetworkKadBootstrapRequestError = 241

§

P2pNetworkKadEffectfulDiscovered = 242

§

P2pNetworkKadEffectfulMakeRequest = 243

§

P2pNetworkKadRequestError = 244

§

P2pNetworkKadRequestMuxReady = 245

§

P2pNetworkKadRequestNew = 246

§

P2pNetworkKadRequestPeerIsConnecting = 247

§

P2pNetworkKadRequestPrune = 248

§

P2pNetworkKadRequestReplyReceived = 249

§

P2pNetworkKadRequestRequestSent = 250

§

P2pNetworkKadRequestStreamIsCreating = 251

§

P2pNetworkKadRequestStreamReady = 252

§

P2pNetworkKademliaAnswerFindNodeRequest = 253

§

P2pNetworkKademliaBootstrapFinished = 254

§

P2pNetworkKademliaStartBootstrap = 255

§

P2pNetworkKademliaUpdateFindNodeRequest = 256

§

P2pNetworkKademliaUpdateRoutingTable = 257

§

P2pNetworkKademliaStreamClose = 258

§

P2pNetworkKademliaStreamIncomingData = 259

§

P2pNetworkKademliaStreamNew = 260

§

P2pNetworkKademliaStreamOutgoingDataReady = 261

§

P2pNetworkKademliaStreamPrune = 262

§

P2pNetworkKademliaStreamRemoteClose = 263

§

P2pNetworkKademliaStreamSendRequest = 264

§

P2pNetworkKademliaStreamSendResponse = 265

§

P2pNetworkKademliaStreamWaitIncoming = 266

§

P2pNetworkKademliaStreamWaitOutgoing = 267

§

P2pNetworkNoiseDecryptedData = 268

§

P2pNetworkNoiseHandshakeDone = 269

§

P2pNetworkNoiseIncomingChunk = 270

§

P2pNetworkNoiseIncomingData = 271

§

P2pNetworkNoiseInit = 272

§

P2pNetworkNoiseOutgoingChunk = 273

§

P2pNetworkNoiseOutgoingChunkSelectMux = 274

§

P2pNetworkNoiseOutgoingData = 275

§

P2pNetworkNoiseOutgoingDataSelectMux = 276

§

P2pNetworkPnetIncomingData = 277

§

P2pNetworkPnetOutgoingData = 278

§

P2pNetworkPnetSetupNonce = 279

§

P2pNetworkPnetTimeout = 280

§

P2pNetworkPnetEffectfulOutgoingData = 281

§

P2pNetworkPnetEffectfulSetupNonce = 282

§

P2pNetworkPubsubBroadcast = 283

§

P2pNetworkPubsubBroadcastSigned = 284

§

P2pNetworkPubsubBroadcastValidatedMessage = 285

§

P2pNetworkPubsubGraft = 286

§

P2pNetworkPubsubHandleIncomingMessage = 287

§

P2pNetworkPubsubIgnoreMessage = 288

§

P2pNetworkPubsubIncomingData = 289

§

P2pNetworkPubsubIncomingMessage = 290

§

P2pNetworkPubsubIncomingMessageCleanup = 291

§

P2pNetworkPubsubNewStream = 292

§

P2pNetworkPubsubOutgoingData = 293

§

P2pNetworkPubsubOutgoingMessage = 294

§

P2pNetworkPubsubOutgoingMessageClear = 295

§

P2pNetworkPubsubOutgoingMessageError = 296

§

P2pNetworkPubsubPrune = 297

§

P2pNetworkPubsubPruneMessages = 298

§

P2pNetworkPubsubRejectMessage = 299

§

P2pNetworkPubsubSign = 300

§

P2pNetworkPubsubSignError = 301

§

P2pNetworkPubsubValidateIncomingMessage = 302

§

P2pNetworkPubsubValidateIncomingMessages = 303

§

P2pNetworkPubsubWebRtcRebroadcast = 304

§

P2pNetworkPubsubEffectfulSign = 305

§

P2pNetworkPubsubEffectfulValidateIncomingMessages = 306

§

P2pNetworkRpcHeartbeatSend = 307

§

P2pNetworkRpcIncomingData = 308

§

P2pNetworkRpcIncomingMessage = 309

§

P2pNetworkRpcInit = 310

§

P2pNetworkRpcOutgoingData = 311

§

P2pNetworkRpcOutgoingQuery = 312

§

P2pNetworkRpcOutgoingResponse = 313

§

P2pNetworkRpcPrunePending = 314

§

P2pNetworkSchedulerDisconnect = 315

§

P2pNetworkSchedulerDisconnected = 316

§

P2pNetworkSchedulerError = 317

§

P2pNetworkSchedulerIncomingConnectionIsReady = 318

§

P2pNetworkSchedulerIncomingDataDidReceive = 319

§

P2pNetworkSchedulerIncomingDataIsReady = 320

§

P2pNetworkSchedulerIncomingDidAccept = 321

§

P2pNetworkSchedulerInterfaceDetected = 322

§

P2pNetworkSchedulerInterfaceExpired = 323

§

P2pNetworkSchedulerListenerError = 324

§

P2pNetworkSchedulerListenerReady = 325

§

P2pNetworkSchedulerOutgoingConnect = 326

§

P2pNetworkSchedulerOutgoingDidConnect = 327

§

P2pNetworkSchedulerPrune = 328

§

P2pNetworkSchedulerPruneStream = 329

§

P2pNetworkSchedulerSelectDone = 330

§

P2pNetworkSchedulerSelectError = 331

§

P2pNetworkSchedulerYamuxDidInit = 332

§

P2pNetworkSchedulerEffectfulDisconnect = 333

§

P2pNetworkSchedulerEffectfulIncomingConnectionIsReady = 334

§

P2pNetworkSchedulerEffectfulIncomingDataIsReady = 335

§

P2pNetworkSchedulerEffectfulIncomingDidAccept = 336

§

P2pNetworkSchedulerEffectfulInterfaceDetected = 337

§

P2pNetworkSchedulerEffectfulNoiseSelectDone = 338

§

P2pNetworkSchedulerEffectfulOutgoingConnect = 339

§

P2pNetworkSchedulerEffectfulOutgoingDidConnect = 340

§

P2pNetworkSelectIncomingData = 341

§

P2pNetworkSelectIncomingDataAuth = 342

§

P2pNetworkSelectIncomingDataMux = 343

§

P2pNetworkSelectIncomingPayload = 344

§

P2pNetworkSelectIncomingPayloadAuth = 345

§

P2pNetworkSelectIncomingPayloadMux = 346

§

P2pNetworkSelectIncomingToken = 347

§

P2pNetworkSelectInit = 348

§

P2pNetworkSelectOutgoingTokens = 349

§

P2pNetworkSelectTimeout = 350

§

P2pNetworkYamuxIncomingData = 351

§

P2pNetworkYamuxIncomingFrame = 352

§

P2pNetworkYamuxOpenStream = 353

§

P2pNetworkYamuxOutgoingData = 354

§

P2pNetworkYamuxOutgoingFrame = 355

§

P2pNetworkYamuxPingStream = 356

§

P2pPeerBestTipUpdate = 357

§

P2pPeerDiscovered = 358

§

P2pPeerReady = 359

§

P2pPeerRemove = 360

§

RpcActionStatsGet = 361

§

RpcBestChain = 362

§

RpcBlockGet = 363

§

RpcBlockProducerStatsGet = 364

§

RpcConsensusConstantsGet = 365

§

RpcConsensusTimeGet = 366

§

RpcDiscoveryBoostrapStats = 367

§

RpcDiscoveryRoutingTable = 368

§

RpcFinish = 369

§

RpcGenesisBlock = 370

§

RpcGlobalStateGet = 371

§

RpcHealthCheck = 372

§

RpcHeartbeatGet = 373

§

RpcLedgerAccountDelegatorsGetInit = 374

§

RpcLedgerAccountDelegatorsGetPending = 375

§

RpcLedgerAccountDelegatorsGetSuccess = 376

§

RpcLedgerAccountsGetInit = 377

§

RpcLedgerAccountsGetPending = 378

§

RpcLedgerAccountsGetSuccess = 379

§

RpcLedgerStatusGetInit = 380

§

RpcLedgerStatusGetPending = 381

§

RpcLedgerStatusGetSuccess = 382

§

RpcMessageProgressGet = 383

§

RpcP2pConnectionIncomingAnswerReady = 384

§

RpcP2pConnectionIncomingError = 385

§

RpcP2pConnectionIncomingInit = 386

§

RpcP2pConnectionIncomingPending = 387

§

RpcP2pConnectionIncomingRespond = 388

§

RpcP2pConnectionIncomingSuccess = 389

§

RpcP2pConnectionOutgoingError = 390

§

RpcP2pConnectionOutgoingInit = 391

§

RpcP2pConnectionOutgoingPending = 392

§

RpcP2pConnectionOutgoingSuccess = 393

§

RpcPeersGet = 394

§

RpcPooledUserCommands = 395

§

RpcPooledZkappCommands = 396

§

RpcReadinessCheck = 397

§

RpcScanStateSummaryGetInit = 398

§

RpcScanStateSummaryGetPending = 399

§

RpcScanStateSummaryGetSuccess = 400

§

RpcScanStateSummaryLedgerGetInit = 401

§

RpcSnarkPoolAvailableJobsGet = 402

§

RpcSnarkPoolCompletedJobsGet = 403

§

RpcSnarkPoolJobGet = 404

§

RpcSnarkPoolPendingJobsGet = 405

§

RpcSnarkerConfigGet = 406

§

RpcSnarkerJobCommit = 407

§

RpcSnarkerJobSpec = 408

§

RpcSnarkerWorkersGet = 409

§

RpcStatusGet = 410

§

RpcSyncStatsGet = 411

§

RpcTransactionInjectFailure = 412

§

RpcTransactionInjectInit = 413

§

RpcTransactionInjectPending = 414

§

RpcTransactionInjectRejected = 415

§

RpcTransactionInjectSuccess = 416

§

RpcTransactionPool = 417

§

RpcTransactionStatusGet = 418

§

RpcTransitionFrontierUserCommandsGet = 419

§

RpcEffectfulActionStatsGet = 420

§

RpcEffectfulBestChain = 421

§

RpcEffectfulBlockGet = 422

§

RpcEffectfulBlockProducerStatsGet = 423

§

RpcEffectfulConsensusConstantsGet = 424

§

RpcEffectfulConsensusTimeGet = 425

§

RpcEffectfulDiscoveryBoostrapStats = 426

§

RpcEffectfulDiscoveryRoutingTable = 427

§

RpcEffectfulGenesisBlock = 428

§

RpcEffectfulGlobalStateGet = 429

§

RpcEffectfulHealthCheck = 430

§

RpcEffectfulHeartbeatGet = 431

§

RpcEffectfulLedgerAccountDelegatorsGetSuccess = 432

§

RpcEffectfulLedgerAccountsGetSuccess = 433

§

RpcEffectfulLedgerStatusGetSuccess = 434

§

RpcEffectfulMessageProgressGet = 435

§

RpcEffectfulP2pConnectionIncomingError = 436

§

RpcEffectfulP2pConnectionIncomingRespond = 437

§

RpcEffectfulP2pConnectionIncomingSuccess = 438

§

RpcEffectfulP2pConnectionOutgoingError = 439

§

RpcEffectfulP2pConnectionOutgoingSuccess = 440

§

RpcEffectfulPeersGet = 441

§

RpcEffectfulPooledUserCommands = 442

§

RpcEffectfulPooledZkappCommands = 443

§

RpcEffectfulReadinessCheck = 444

§

RpcEffectfulScanStateSummaryGetSuccess = 445

§

RpcEffectfulSnarkPoolAvailableJobsGet = 446

§

RpcEffectfulSnarkPoolCompletedJobsGet = 447

§

RpcEffectfulSnarkPoolJobGet = 448

§

RpcEffectfulSnarkPoolPendingJobsGet = 449

§

RpcEffectfulSnarkerConfigGet = 450

§

RpcEffectfulSnarkerJobCommit = 451

§

RpcEffectfulSnarkerJobSpec = 452

§

RpcEffectfulSnarkerWorkersGet = 453

§

RpcEffectfulStatusGet = 454

§

RpcEffectfulSyncStatsGet = 455

§

RpcEffectfulTransactionInjectFailure = 456

§

RpcEffectfulTransactionInjectRejected = 457

§

RpcEffectfulTransactionInjectSuccess = 458

§

RpcEffectfulTransactionPool = 459

§

RpcEffectfulTransactionStatusGet = 460

§

RpcEffectfulTransitionFrontierUserCommandsGet = 461

§

SnarkBlockVerifyError = 462

§

SnarkBlockVerifyFinish = 463

§

SnarkBlockVerifyInit = 464

§

SnarkBlockVerifyPending = 465

§

SnarkBlockVerifySuccess = 466

§

SnarkBlockVerifyEffectfulInit = 467

§

SnarkPoolAutoCreateCommitment = 468

§

SnarkPoolCheckTimeouts = 469

§

SnarkPoolCommitmentAdd = 470

§

SnarkPoolCommitmentCreate = 471

§

SnarkPoolCommitmentCreateMany = 472

§

SnarkPoolJobCommitmentTimeout = 473

§

SnarkPoolJobsUpdate = 474

§

SnarkPoolP2pSend = 475

§

SnarkPoolP2pSendAll = 476

§

SnarkPoolWorkAdd = 477

§

SnarkPoolCandidateInfoReceived = 478

§

SnarkPoolCandidatePeerPrune = 479

§

SnarkPoolCandidateWorkFetchAll = 480

§

SnarkPoolCandidateWorkFetchError = 481

§

SnarkPoolCandidateWorkFetchInit = 482

§

SnarkPoolCandidateWorkFetchPending = 483

§

SnarkPoolCandidateWorkFetchSuccess = 484

§

SnarkPoolCandidateWorkVerifyError = 485

§

SnarkPoolCandidateWorkVerifyNext = 486

§

SnarkPoolCandidateWorkVerifyPending = 487

§

SnarkPoolCandidateWorkVerifySuccess = 488

§

SnarkPoolEffectfulSnarkPoolJobsRandomChoose = 489

§

SnarkUserCommandVerifyError = 490

§

SnarkUserCommandVerifyFinish = 491

§

SnarkUserCommandVerifyInit = 492

§

SnarkUserCommandVerifyPending = 493

§

SnarkUserCommandVerifySuccess = 494

§

SnarkUserCommandVerifyEffectfulInit = 495

§

SnarkWorkVerifyError = 496

§

SnarkWorkVerifyFinish = 497

§

SnarkWorkVerifyInit = 498

§

SnarkWorkVerifyPending = 499

§

SnarkWorkVerifySuccess = 500

§

SnarkWorkVerifyEffectfulInit = 501

§

TransactionPoolApplyTransitionFrontierDiff = 502

§

TransactionPoolApplyTransitionFrontierDiffWithAccounts = 503

§

TransactionPoolApplyVerifiedDiff = 504

§

TransactionPoolApplyVerifiedDiffWithAccounts = 505

§

TransactionPoolBestTipChanged = 506

§

TransactionPoolBestTipChangedWithAccounts = 507

§

TransactionPoolCollectTransactionsByFee = 508

§

TransactionPoolP2pSend = 509

§

TransactionPoolP2pSendAll = 510

§

TransactionPoolRebroadcast = 511

§

TransactionPoolStartVerify = 512

§

TransactionPoolStartVerifyWithAccounts = 513

§

TransactionPoolVerifyError = 514

§

TransactionPoolVerifySuccess = 515

§

TransactionPoolCandidateFetchAll = 516

§

TransactionPoolCandidateFetchError = 517

§

TransactionPoolCandidateFetchInit = 518

§

TransactionPoolCandidateFetchPending = 519

§

TransactionPoolCandidateFetchSuccess = 520

§

TransactionPoolCandidateInfoReceived = 521

§

TransactionPoolCandidateLibp2pTransactionsReceived = 522

§

TransactionPoolCandidatePeerPrune = 523

§

TransactionPoolCandidateVerifyError = 524

§

TransactionPoolCandidateVerifyNext = 525

§

TransactionPoolCandidateVerifyPending = 526

§

TransactionPoolCandidateVerifySuccess = 527

§

TransactionPoolEffectfulFetchAccounts = 528

§

TransitionFrontierGenesisInject = 529

§

TransitionFrontierGenesisProvenInject = 530

§

TransitionFrontierSyncFailed = 531

§

TransitionFrontierSynced = 532

§

TransitionFrontierCandidateBlockChainProofUpdate = 533

§

TransitionFrontierCandidateBlockPrevalidateError = 534

§

TransitionFrontierCandidateBlockPrevalidateSuccess = 535

§

TransitionFrontierCandidateBlockReceived = 536

§

TransitionFrontierCandidateBlockSnarkVerifyError = 537

§

TransitionFrontierCandidateBlockSnarkVerifyPending = 538

§

TransitionFrontierCandidateBlockSnarkVerifySuccess = 539

§

TransitionFrontierCandidateP2pBestTipUpdate = 540

§

TransitionFrontierCandidatePrune = 541

§

TransitionFrontierCandidateTransitionFrontierSyncTargetUpdate = 542

§

TransitionFrontierGenesisLedgerLoadInit = 543

§

TransitionFrontierGenesisLedgerLoadPending = 544

§

TransitionFrontierGenesisLedgerLoadSuccess = 545

§

TransitionFrontierGenesisProduce = 546

§

TransitionFrontierGenesisProveInit = 547

§

TransitionFrontierGenesisProvePending = 548

§

TransitionFrontierGenesisProveSuccess = 549

§

TransitionFrontierGenesisEffectfulLedgerLoadInit = 550

§

TransitionFrontierGenesisEffectfulProveInit = 551

§

TransitionFrontierSyncBestTipUpdate = 552

§

TransitionFrontierSyncBlocksFetchSuccess = 553

§

TransitionFrontierSyncBlocksNextApplyError = 554

§

TransitionFrontierSyncBlocksNextApplyInit = 555

§

TransitionFrontierSyncBlocksNextApplyPending = 556

§

TransitionFrontierSyncBlocksNextApplySuccess = 557

§

TransitionFrontierSyncBlocksPeerQueryError = 558

§

TransitionFrontierSyncBlocksPeerQueryInit = 559

§

TransitionFrontierSyncBlocksPeerQueryPending = 560

§

TransitionFrontierSyncBlocksPeerQueryRetry = 561

§

TransitionFrontierSyncBlocksPeerQuerySuccess = 562

§

TransitionFrontierSyncBlocksPeersQuery = 563

§

TransitionFrontierSyncBlocksPending = 564

§

TransitionFrontierSyncBlocksSendToArchive = 565

§

TransitionFrontierSyncBlocksSuccess = 566

§

TransitionFrontierSyncCommitInit = 567

§

TransitionFrontierSyncCommitPending = 568

§

TransitionFrontierSyncCommitSuccess = 569

§

TransitionFrontierSyncInit = 570

§

TransitionFrontierSyncLedgerNextEpochPending = 571

§

TransitionFrontierSyncLedgerNextEpochSuccess = 572

§

TransitionFrontierSyncLedgerRootPending = 573

§

TransitionFrontierSyncLedgerRootSuccess = 574

§

TransitionFrontierSyncLedgerStakingPending = 575

§

TransitionFrontierSyncLedgerStakingSuccess = 576

§

TransitionFrontierSyncLedgerInit = 577

§

TransitionFrontierSyncLedgerSuccess = 578

§

TransitionFrontierSyncLedgerSnarkedChildAccountsAccepted = 579

§

TransitionFrontierSyncLedgerSnarkedChildAccountsReceived = 580

§

TransitionFrontierSyncLedgerSnarkedChildAccountsRejected = 581

§

TransitionFrontierSyncLedgerSnarkedChildHashesAccepted = 582

§

TransitionFrontierSyncLedgerSnarkedChildHashesReceived = 583

§

TransitionFrontierSyncLedgerSnarkedChildHashesRejected = 584

§

TransitionFrontierSyncLedgerSnarkedMerkleTreeSyncPending = 585

§

TransitionFrontierSyncLedgerSnarkedMerkleTreeSyncSuccess = 586

§

TransitionFrontierSyncLedgerSnarkedNumAccountsAccepted = 587

§

TransitionFrontierSyncLedgerSnarkedNumAccountsReceived = 588

§

TransitionFrontierSyncLedgerSnarkedNumAccountsRejected = 589

§

TransitionFrontierSyncLedgerSnarkedNumAccountsSuccess = 590

§

TransitionFrontierSyncLedgerSnarkedPeerQueryAddressError = 591

§

TransitionFrontierSyncLedgerSnarkedPeerQueryAddressInit = 592

§

TransitionFrontierSyncLedgerSnarkedPeerQueryAddressPending = 593

§

TransitionFrontierSyncLedgerSnarkedPeerQueryAddressRetry = 594

§

TransitionFrontierSyncLedgerSnarkedPeerQueryAddressSuccess = 595

§

TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsError = 596

§

TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsInit = 597

§

TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsPending = 598

§

TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsRetry = 599

§

TransitionFrontierSyncLedgerSnarkedPeerQueryNumAccountsSuccess = 600

§

TransitionFrontierSyncLedgerSnarkedPeersQuery = 601

§

TransitionFrontierSyncLedgerSnarkedPending = 602

§

TransitionFrontierSyncLedgerSnarkedSuccess = 603

§

TransitionFrontierSyncLedgerStagedPartsFetchPending = 604

§

TransitionFrontierSyncLedgerStagedPartsFetchSuccess = 605

§

TransitionFrontierSyncLedgerStagedPartsPeerFetchError = 606

§

TransitionFrontierSyncLedgerStagedPartsPeerFetchInit = 607

§

TransitionFrontierSyncLedgerStagedPartsPeerFetchPending = 608

§

TransitionFrontierSyncLedgerStagedPartsPeerFetchSuccess = 609

§

TransitionFrontierSyncLedgerStagedPartsPeerInvalid = 610

§

TransitionFrontierSyncLedgerStagedPartsPeerValid = 611

§

TransitionFrontierSyncLedgerStagedReconstructEmpty = 612

§

TransitionFrontierSyncLedgerStagedReconstructError = 613

§

TransitionFrontierSyncLedgerStagedReconstructInit = 614

§

TransitionFrontierSyncLedgerStagedReconstructPending = 615

§

TransitionFrontierSyncLedgerStagedReconstructSuccess = 616

§

TransitionFrontierSyncLedgerStagedSuccess = 617

§

WatchedAccountsAdd = 618

§

WatchedAccountsBlockLedgerQueryInit = 619

§

WatchedAccountsBlockLedgerQueryPending = 620

§

WatchedAccountsBlockLedgerQuerySuccess = 621

§

WatchedAccountsLedgerInitialStateGetError = 622

§

WatchedAccountsLedgerInitialStateGetInit = 623

§

WatchedAccountsLedgerInitialStateGetPending = 624

§

WatchedAccountsLedgerInitialStateGetRetry = 625

§

WatchedAccountsLedgerInitialStateGetSuccess = 626

§

WatchedAccountsTransactionsIncludedInBlock = 627

Implementations§

Source§

impl ActionKind

Source

pub const COUNT: u16 = 628u16

Trait Implementations§

Source§

impl Clone for ActionKind

Source§

fn clone(&self) -> ActionKind

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ActionKind

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for ActionKind

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Display for ActionKind

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Ord for ActionKind

Source§

fn cmp(&self, other: &ActionKind) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl PartialEq for ActionKind

Source§

fn eq(&self, other: &ActionKind) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialOrd for ActionKind

Source§

fn partial_cmp(&self, other: &ActionKind) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl Serialize for ActionKind

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TryFrom<u16> for ActionKind

Source§

type Error = TryFromPrimitiveError<ActionKind>

The type returned in the event of a conversion error.
Source§

fn try_from(number: u16) -> Result<Self, TryFromPrimitiveError<Self>>

Performs the conversion.
Source§

impl TryFromPrimitive for ActionKind

Source§

const NAME: &'static str = "ActionKind"

Source§

type Primitive = u16

Source§

fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>

Source§

impl VariantArray for ActionKind

Source§

const VARIANTS: &'static [Self]

Source§

impl Copy for ActionKind

Source§

impl Eq for ActionKind

Source§

impl StructuralPartialEq for ActionKind

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedExplicit<'a, E> for T
where T: 'a,

§

fn explicit(self, class: Class, tag: u32) -> TaggedParser<'a, Explicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( self, class: Class, constructed: bool, tag: u32, ) -> TaggedParser<'a, Implicit, Self, E>

§

impl<'a, T, E> AsTaggedImplicit<'a, E> for T
where T: 'a,

§

fn implicit( self, class: Class, constructed: bool, tag: u32, ) -> TaggedParser<'a, Implicit, Self, E>

Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
§

impl<Q, K> Comparable<K> for Q
where Q: Ord + ?Sized, K: Borrow<Q> + ?Sized,

§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where Self: LowerExp,

Causes self to use its LowerExp implementation when Debug-formatted.
§

fn fmt_lower_hex(self) -> FmtLowerHex<Self>
where Self: LowerHex,

Causes self to use its LowerHex implementation when Debug-formatted.
§

fn fmt_octal(self) -> FmtOctal<Self>
where Self: Octal,

Causes self to use its Octal implementation when Debug-formatted.
§

fn fmt_pointer(self) -> FmtPointer<Self>
where Self: Pointer,

Causes self to use its Pointer implementation when Debug-formatted.
§

fn fmt_upper_exp(self) -> FmtUpperExp<Self>
where Self: UpperExp,

Causes self to use its UpperExp implementation when Debug-formatted.
§

fn fmt_upper_hex(self) -> FmtUpperHex<Self>
where Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Pipe for T
where T: ?Sized,

§

fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> R
where Self: Sized,

Pipes by value. This is generally the method you want to use. Read more
§

fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> R
where R: 'a,

Borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R
where R: 'a,

Mutably borrows self and passes that borrow into the pipe function. Read more
§

fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
where Self: Borrow<B>, B: 'a + ?Sized, R: 'a,

Borrows self, then passes self.borrow() into the pipe function. Read more
§

fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
where Self: BorrowMut<B>, B: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.borrow_mut() into the pipe function. Read more
§

fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
where Self: AsRef<U>, U: 'a + ?Sized, R: 'a,

Borrows self, then passes self.as_ref() into the pipe function.
§

fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
where Self: AsMut<U>, U: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.as_mut() into the pipe function.
§

fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
where Self: Deref<Target = T>, T: 'a + ?Sized, R: 'a,

Borrows self, then passes self.deref() into the pipe function.
§

fn pipe_deref_mut<'a, T, R>( &'a mut self, func: impl FnOnce(&'a mut T) -> R, ) -> R
where Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe function.
§

impl<T> Pointable for T

§

const ALIGN: usize

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Mutable access to the BorrowMut<B> of a value. Read more
§

fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Immutable access to the AsRef<R> view of a value. Read more
§

fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Mutable access to the AsMut<R> view of a value. Read more
§

fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Immutable access to the Deref::Target of a value. Read more
§

fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Mutable access to the Deref::Target of a value. Read more
§

fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self

Calls .tap() only in debug builds, and is erased in release builds.
§

fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self

Calls .tap_mut() only in debug builds, and is erased in release builds.
§

fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Calls .tap_borrow() only in debug builds, and is erased in release builds.
§

fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, B: ?Sized,

Calls .tap_borrow_mut() only in debug builds, and is erased in release builds.
§

fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
where Self: AsRef<R>, R: ?Sized,

Calls .tap_ref() only in debug builds, and is erased in release builds.
§

fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
where Self: AsMut<R>, R: ?Sized,

Calls .tap_ref_mut() only in debug builds, and is erased in release builds.
§

fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
where Self: Deref<Target = T>, T: ?Sized,

Calls .tap_deref() only in debug builds, and is erased in release builds.
§

fn tap_deref_mut_dbg<T>(self, func: impl FnOnce(&mut T)) -> Self
where Self: DerefMut<Target = T> + Deref, T: ?Sized,

Calls .tap_deref_mut() only in debug builds, and is erased in release builds.
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T> ToSmolStr for T
where T: Display + ?Sized,

§

fn to_smolstr(&self) -> SmolStr

Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
§

impl<T> TryConv for T

§

fn try_conv<T>(self) -> Result<T, Self::Error>
where Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

§

impl<T> ErasedDestructor for T
where T: 'static,

§

impl<T> MaybeSendSync for T