Struct sendgrid_api::types::PutMcContactsRequest [−][src]
pub struct PutMcContactsRequest { pub contacts: Vec<ContactRequest>, pub list_ids: Vec<Uuid>, }
Fields
contacts: Vec<ContactRequest>
One or more contacts objects that you intend to upsert. The available fields for a contact, including the required email
field are described below.
list_ids: Vec<Uuid>
The contact’s list IDs.
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 PutMcContactsRequest
impl Send for PutMcContactsRequest
impl Sync for PutMcContactsRequest
impl Unpin for PutMcContactsRequest
impl UnwindSafe for PutMcContactsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more