Struct sendgrid_api::types::ContactResponseCustomFields [−][src]
pub struct ContactResponseCustomFields { pub custom_field_name_1: String, pub custom_field_name_2: String, }
Expand description
The user may choose to create up to 120 custom fields or none at all. This is not a reserved field.
Fields
custom_field_name_1: String
The user may choose to create up to 120 custom fields or none at all. This is not a reserved field.
custom_field_name_2: String
The user may choose to create up to 120 custom fields or none at all. This is not a reserved field.
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 ContactResponseCustomFields
impl Send for ContactResponseCustomFields
impl Sync for ContactResponseCustomFields
impl Unpin for ContactResponseCustomFields
impl UnwindSafe for ContactResponseCustomFields
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more