Struct sendgrid_api::types::Recipients [−][src]
pub struct Recipients { pub created_at: f64, pub custom_fields: Vec<ContactdbCustomFieldWithValueAllOf>, pub email: String, pub first_name: String, pub id: String, pub last_clicked: f64, pub last_emailed: f64, pub last_name: String, pub last_opened: f64, pub updated_at: f64, }
Fields
created_at: f64
The number of errors found while adding recipients.
custom_fields: Vec<ContactdbCustomFieldWithValueAllOf>
The custom fields assigned to this recipient and their values.
email: String
The license key provided with your New Relic account.
first_name: String
The license key provided with your New Relic account.
id: String
The license key provided with your New Relic account.
last_clicked: f64
The number of errors found while adding recipients.
last_emailed: f64
The number of errors found while adding recipients.
last_name: String
The license key provided with your New Relic account.
last_opened: f64
The number of errors found while adding recipients.
updated_at: f64
The number of errors found while adding recipients.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for Recipients
impl Send for Recipients
impl Sync for Recipients
impl Unpin for Recipients
impl UnwindSafe for Recipients
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more