pub enum PremiumFeaturePromotionAnimation {
PremiumFeaturePromotionAnimation(PremiumFeaturePromotionAnimation),
}
Variants§
PremiumFeaturePromotionAnimation(PremiumFeaturePromotionAnimation)
Describes a promotion animation for a Premium feature
Trait Implementations§
source§impl Clone for PremiumFeaturePromotionAnimation
impl Clone for PremiumFeaturePromotionAnimation
source§fn clone(&self) -> PremiumFeaturePromotionAnimation
fn clone(&self) -> PremiumFeaturePromotionAnimation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'de> Deserialize<'de> for PremiumFeaturePromotionAnimation
impl<'de> Deserialize<'de> for PremiumFeaturePromotionAnimation
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