Struct sendgrid_api::types::ContactRequest [−][src]
pub struct ContactRequest { pub address_line_1: String, pub address_line_2: String, pub alternate_emails: Vec<String>, pub city: String, pub country: String, pub custom_fields: Option<Help>, pub email: String, pub first_name: String, pub last_name: String, pub postal_code: String, pub state_province_region: String, }
Fields
address_line_1: String
address_line_2: String
alternate_emails: Vec<String>
city: String
country: String
custom_fields: Option<Help>
email: String
The license key provided with your New Relic account.
first_name: String
last_name: String
postal_code: String
state_province_region: String
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 ContactRequest
impl Send for ContactRequest
impl Sync for ContactRequest
impl Unpin for ContactRequest
impl UnwindSafe for ContactRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more