pub struct LineApiInsightDemographicAppType { /* private fields */ }
Trait Implementations§
source§impl Default for LineApiInsightDemographicAppType
impl Default for LineApiInsightDemographicAppType
source§fn default() -> LineApiInsightDemographicAppType
fn default() -> LineApiInsightDemographicAppType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LineApiInsightDemographicAppType
impl<'de> Deserialize<'de> for LineApiInsightDemographicAppType
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 RefUnwindSafe for LineApiInsightDemographicAppType
impl Send for LineApiInsightDemographicAppType
impl Sync for LineApiInsightDemographicAppType
impl Unpin for LineApiInsightDemographicAppType
impl UnwindSafe for LineApiInsightDemographicAppType
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