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 schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &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 for Recipients
impl PartialEq for Recipients
Source§impl Serialize for Recipients
impl Serialize for Recipients
impl StructuralPartialEq for Recipients
Auto Trait Implementations§
impl Freeze for Recipients
impl RefUnwindSafe for Recipients
impl Send for Recipients
impl Sync for Recipients
impl Unpin for Recipients
impl UnwindSafe for Recipients
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more