Struct mailgun_v3::email::SendResponse[][src]

pub struct SendResponse {
    pub message: String,
    pub id: String,
}

Fields

Trait Implementations

impl Debug for SendResponse
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SendResponse
[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