Struct mailchimp_api::types::ListContact
source · pub struct ListContact {
pub address_1: String,
pub address_2: String,
pub city: String,
pub company: String,
pub country: String,
pub phone: String,
pub state: String,
pub zip: String,
}
Expand description
Contact information displayed in campaign footers to comply with international spam laws.
Fields
address_1: String
Contact information displayed in campaign footers to comply with international spam laws.
address_2: String
Contact information displayed in campaign footers to comply with international spam laws.
city: String
Contact information displayed in campaign footers to comply with international spam laws.
company: String
Contact information displayed in campaign footers to comply with international spam laws.
country: String
Contact information displayed in campaign footers to comply with international spam laws.
phone: String
Contact information displayed in campaign footers to comply with international spam laws.
state: String
Contact information displayed in campaign footers to comply with international spam laws.
zip: String
Contact information displayed in campaign footers to comply with international spam laws.
Trait Implementations
sourceimpl Clone for ListContact
impl Clone for ListContact
sourcefn clone(&self) -> ListContact
fn clone(&self) -> ListContact
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for ListContact
impl Debug for ListContact
sourceimpl<'de> Deserialize<'de> for ListContact
impl<'de> Deserialize<'de> for ListContact
sourcefn 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>,
sourceimpl JsonSchema for ListContact
impl JsonSchema for ListContact
sourcefn schema_name() -> String
fn schema_name() -> String
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read more