Struct sendgrid_api::types::List [−][src]
pub struct List { pub metadata: Option<SelfMetadata>, pub contact_count: i64, pub id: String, pub name: String, }
Fields
metadata: Option<SelfMetadata>
contact_count: i64
id: String
name: 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
Auto Trait Implementations
impl RefUnwindSafe for List
impl UnwindSafe for List
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more