Struct sendgrid_api::types::Results [−][src]
pub struct Results {
pub created_count: f64,
pub deleted_count: f64,
pub errored_count: f64,
pub errors_url: String,
pub requested_count: f64,
pub updated_count: f64,
}Expand description
Result map of the import job.
Fields
created_count: f64Result map of the import job.
deleted_count: f64Result map of the import job.
errored_count: f64Result map of the import job.
errors_url: StringResult map of the import job.
requested_count: f64Result map of the import job.
updated_count: f64Result map of the import job.
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
Auto Trait Implementations
impl RefUnwindSafe for Results
impl UnwindSafe for Results
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more