Struct sendgrid_api::types::TransactionalTemplateVersionCreate [−][src]
pub struct TransactionalTemplateVersionCreate { pub active: i64, pub editor: Option<Editor>, pub generate_plain_content: bool, pub html_content: String, pub name: String, pub plain_content: String, pub subject: String, pub test_data: String, }
Fields
active: i64
editor: Option<Editor>
generate_plain_content: bool
html_content: String
name: String
The license key provided with your New Relic account.
plain_content: String
subject: String
The license key provided with your New Relic account.
test_data: 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 Send for TransactionalTemplateVersionCreate
impl Sync for TransactionalTemplateVersionCreate
impl Unpin for TransactionalTemplateVersionCreate
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more