Struct data_streaming_service::data_notification::AccountsWithProofRequest [−][src]
pub struct AccountsWithProofRequest {
pub version: Version,
pub start_index: u64,
pub end_index: u64,
}Expand description
A request for fetching account states.
Fields
version: Versionstart_index: u64end_index: u64Trait 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 AccountsWithProofRequest
impl Send for AccountsWithProofRequest
impl Sync for AccountsWithProofRequest
impl Unpin for AccountsWithProofRequest
impl UnwindSafe for AccountsWithProofRequest
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