Struct sparkpost::TransmissionApiResult[][src]

pub struct TransmissionApiResult {
    pub total_rejected_recipients: usize,
    pub total_accepted_recipients: usize,
    pub id: String,
}

Transmission result returned by the API

Fields

Trait Implementations

impl Debug for TransmissionApiResult
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TransmissionApiResult
[src]

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

This method tests for !=.

Auto Trait Implementations