Enum data_streaming_service::data_notification::DataClientRequest [−][src]
pub enum DataClientRequest {
AccountsWithProof(AccountsWithProofRequest),
EpochEndingLedgerInfos(EpochEndingLedgerInfosRequest),
NumberOfAccounts(NumberOfAccountsRequest),
TransactionsWithProof(TransactionsWithProofRequest),
TransactionOutputsWithProof(TransactionOutputsWithProofRequest),
}Expand description
A request that has been sent to the Diem data client.
Variants
AccountsWithProof(AccountsWithProofRequest)Tuple Fields of AccountsWithProof
EpochEndingLedgerInfos(EpochEndingLedgerInfosRequest)Tuple Fields of EpochEndingLedgerInfos
NumberOfAccounts(NumberOfAccountsRequest)Tuple Fields of NumberOfAccounts
TransactionsWithProof(TransactionsWithProofRequest)Tuple Fields of TransactionsWithProof
TransactionOutputsWithProof(TransactionOutputsWithProofRequest)Tuple Fields of TransactionOutputsWithProof
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DataClientRequest
impl Send for DataClientRequest
impl Sync for DataClientRequest
impl Unpin for DataClientRequest
impl UnwindSafe for DataClientRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self