Struct mailchimp_api::types::InterestsInterest
source · pub struct InterestsInterest {
pub links: Vec<Links>,
pub category_id: String,
pub display_order: i64,
pub id: String,
pub list_id: String,
pub name: String,
pub subscriber_count: String,
}
Expand description
Assign subscribers to interests to group them together. Interests are referred to as ‘group names’ in the Mailchimp application.
Fields
links: Vec<Links>
Assign subscribers to interests to group them together. Interests are referred to as ‘group names’ in the Mailchimp application.
category_id: String
Assign subscribers to interests to group them together. Interests are referred to as ‘group names’ in the Mailchimp application.
display_order: i64
Assign subscribers to interests to group them together. Interests are referred to as ‘group names’ in the Mailchimp application.
id: String
Assign subscribers to interests to group them together. Interests are referred to as ‘group names’ in the Mailchimp application.
list_id: String
Assign subscribers to interests to group them together. Interests are referred to as ‘group names’ in the Mailchimp application.
name: String
Assign subscribers to interests to group them together. Interests are referred to as ‘group names’ in the Mailchimp application.
subscriber_count: String
Assign subscribers to interests to group them together. Interests are referred to as ‘group names’ in the Mailchimp application.
Trait Implementations
sourceimpl Clone for InterestsInterest
impl Clone for InterestsInterest
sourcefn clone(&self) -> InterestsInterest
fn clone(&self) -> InterestsInterest
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for InterestsInterest
impl Debug for InterestsInterest
sourceimpl<'de> Deserialize<'de> for InterestsInterest
impl<'de> Deserialize<'de> for InterestsInterest
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 InterestsInterest
impl JsonSchema for InterestsInterest
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