pub struct BusinessFeaturePromotionAnimation {
pub feature: BusinessFeature,
pub animation: Animation,
}
Expand description
Describes a promotion animation for a Business feature
Fields§
§feature: BusinessFeature
Business feature
animation: Animation
Promotion animation for the feature
Trait Implementations§
Source§impl Clone for BusinessFeaturePromotionAnimation
impl Clone for BusinessFeaturePromotionAnimation
Source§fn clone(&self) -> BusinessFeaturePromotionAnimation
fn clone(&self) -> BusinessFeaturePromotionAnimation
Returns a duplicate 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 BusinessFeaturePromotionAnimation
impl<'de> Deserialize<'de> for BusinessFeaturePromotionAnimation
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
Source§impl PartialEq for BusinessFeaturePromotionAnimation
impl PartialEq for BusinessFeaturePromotionAnimation
Source§fn eq(&self, other: &BusinessFeaturePromotionAnimation) -> bool
fn eq(&self, other: &BusinessFeaturePromotionAnimation) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BusinessFeaturePromotionAnimation
Auto Trait Implementations§
impl Freeze for BusinessFeaturePromotionAnimation
impl RefUnwindSafe for BusinessFeaturePromotionAnimation
impl Send for BusinessFeaturePromotionAnimation
impl Sync for BusinessFeaturePromotionAnimation
impl Unpin for BusinessFeaturePromotionAnimation
impl UnwindSafe for BusinessFeaturePromotionAnimation
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