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
sourceimpl Clone for Recipients
impl Clone for Recipients
sourcefn clone(&self) -> Recipients
fn clone(&self) -> Recipients
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Recipients
impl Debug for Recipients
sourceimpl<'de> Deserialize<'de> for Recipients
impl<'de> Deserialize<'de> for Recipients
sourcefn 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
sourceimpl JsonSchema for Recipients
impl JsonSchema for Recipients
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn 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 moresourceimpl PartialEq<Recipients> for Recipients
impl PartialEq<Recipients> for Recipients
sourcefn eq(&self, other: &Recipients) -> bool
fn eq(&self, other: &Recipients) -> bool
sourceimpl Serialize for Recipients
impl Serialize for Recipients
impl StructuralPartialEq for Recipients
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more