Struct sparkpost::TransmissionResponse[][src]

pub struct TransmissionResponse {
    pub results: Option<TransmissionApiResult>,
    pub errors: Option<Vec<TransmissionApiError>>,
}

Wrapper struct for TransmissionApiResult and TransmissionApiError

Fields

Trait Implementations

impl Debug for TransmissionResponse
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TransmissionResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for TransmissionResponse
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations