[][src]Module mailjet_rs::common

Contains common structs shared between API versions

Structs

Recipient

Email recipient composed by an email address and the name of the owner

Traits

Payload

Every struct that is sent through the Mailjet's SendAPI must implement Payload

Type Definitions

Recipients

Alias type for Vec<Recipient>