pub enum RandomsBatchApi {
SumOfSums(RequestResponse<SUM_OF_SUMS, SumOfSumsRequest, SumOfSumsResponse>),
}Variants§
SumOfSums(RequestResponse<SUM_OF_SUMS, SumOfSumsRequest, SumOfSumsResponse>)
Trait Implementations§
source§impl Debug for RandomsBatchApi
impl Debug for RandomsBatchApi
source§impl From<RandomsBatchApi> for ThreadRequestResponse<RandomsBatch>
impl From<RandomsBatchApi> for ThreadRequestResponse<RandomsBatch>
source§fn from(request_response: RandomsBatchApi) -> Self
fn from(request_response: RandomsBatchApi) -> Self
Converts to this type from the input type.
source§impl From<ThreadRequestResponse<RandomsBatch>> for RandomsBatchApi
impl From<ThreadRequestResponse<RandomsBatch>> for RandomsBatchApi
source§fn from(response: ThreadRequestResponse<RandomsBatch>) -> Self
fn from(response: ThreadRequestResponse<RandomsBatch>) -> Self
Converts to this type from the input type.