Struct sendgrid_api::types::Recipients
source · 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§
source§impl Clone for Recipients
impl Clone for Recipients
source§fn clone(&self) -> Recipients
fn clone(&self) -> Recipients
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Recipients
impl Debug for Recipients
source§impl<'de> Deserialize<'de> for Recipients
impl<'de> Deserialize<'de> for Recipients
source§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
source§impl JsonSchema for Recipients
impl JsonSchema for Recipients
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword. Read moresource§impl PartialEq<Recipients> for Recipients
impl PartialEq<Recipients> for Recipients
source§fn eq(&self, other: &Recipients) -> bool
fn eq(&self, other: &Recipients) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.