Struct sendgrid_api::types::SinglesendResponseShort [−][src]
pub struct SinglesendResponseShort {
pub abtest: Option<AbTestSummary>,
pub categories: Vec<String>,
pub created_at: Option<DateTime<Utc>>,
pub id: Uuid,
pub is_abtest: bool,
pub name: String,
pub send_at: Option<DateTime<Utc>>,
pub status: SinglesendSearchStatus,
pub updated_at: Option<DateTime<Utc>>,
}Fields
abtest: Option<AbTestSummary>categories: Vec<String>The recipient IDs of the recipients that already existed from this request.
created_at: Option<DateTime<Utc>>id: UuidID of the transactional template version.
is_abtest: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
name: StringThe license key provided with your New Relic account.
send_at: Option<DateTime<Utc>>status: SinglesendSearchStatusupdated_at: Option<DateTime<Utc>>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 SinglesendResponseShort
impl Send for SinglesendResponseShort
impl Sync for SinglesendResponseShort
impl Unpin for SinglesendResponseShort
impl UnwindSafe for SinglesendResponseShort
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more