pub struct LineApiInsightDemographicResponse {
pub available: bool,
pub genders: Vec<LineApiInsightDemographicGender>,
pub ages: Vec<LineApiInsightDemographicAge>,
pub areas: Vec<LineApiInsightDemographicArea>,
pub app_types: Vec<LineApiInsightDemographicAppType>,
pub subscription_periods: Vec<LineApiInsightDemographicSubscriptionPeriods>,
}
Fields§
§available: bool
§genders: Vec<LineApiInsightDemographicGender>
§ages: Vec<LineApiInsightDemographicAge>
§areas: Vec<LineApiInsightDemographicArea>
§app_types: Vec<LineApiInsightDemographicAppType>
§subscription_periods: Vec<LineApiInsightDemographicSubscriptionPeriods>
Trait Implementations§
Source§impl Clone for LineApiInsightDemographicResponse
impl Clone for LineApiInsightDemographicResponse
Source§fn clone(&self) -> LineApiInsightDemographicResponse
fn clone(&self) -> LineApiInsightDemographicResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for LineApiInsightDemographicResponse
impl Default for LineApiInsightDemographicResponse
Source§fn default() -> LineApiInsightDemographicResponse
fn default() -> LineApiInsightDemographicResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LineApiInsightDemographicResponse
impl<'de> Deserialize<'de> for LineApiInsightDemographicResponse
Source§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 Freeze for LineApiInsightDemographicResponse
impl RefUnwindSafe for LineApiInsightDemographicResponse
impl Send for LineApiInsightDemographicResponse
impl Sync for LineApiInsightDemographicResponse
impl Unpin for LineApiInsightDemographicResponse
impl UnwindSafe for LineApiInsightDemographicResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more