Struct mailchimp_api::WebhookMerges [−][src]
pub struct WebhookMerges {
pub first_name: Option<String>,
pub last_name: Option<String>,
pub name: Option<String>,
pub email: Option<String>,
pub address: Option<String>,
pub phone: Option<String>,
pub company: Option<String>,
pub company_size: Option<String>,
pub interest: Option<String>,
pub notes: Option<String>,
pub birthday: Option<String>,
pub groupings: Option<Vec<WebhookGrouping>>,
}Fields
first_name: Option<String>last_name: Option<String>name: Option<String>email: Option<String>address: Option<String>phone: Option<String>company: Option<String>company_size: Option<String>interest: Option<String>notes: Option<String>birthday: Option<String>groupings: Option<Vec<WebhookGrouping>>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 WebhookMergesimpl Send for WebhookMergesimpl Sync for WebhookMergesimpl Unpin for WebhookMergesimpl UnwindSafe for WebhookMergesBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more