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: Stringaddress_line_2: Stringalternate_emails: Vec<String>city: Stringcountry: Stringcustom_fields: Option<Help>email: StringThe license key provided with your New Relic account.
first_name: Stringlast_name: Stringpostal_code: Stringstate_province_region: StringTrait 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