pub struct PremiumSourceStoryFeature {
pub feature: PremiumStoryFeature,
}
Expand description
A user tried to use a Premium story feature
Fields§
§feature: PremiumStoryFeature
The used feature
Trait Implementations§
Source§impl Clone for PremiumSourceStoryFeature
impl Clone for PremiumSourceStoryFeature
Source§fn clone(&self) -> PremiumSourceStoryFeature
fn clone(&self) -> PremiumSourceStoryFeature
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 Debug for PremiumSourceStoryFeature
impl Debug for PremiumSourceStoryFeature
Source§impl<'de> Deserialize<'de> for PremiumSourceStoryFeature
impl<'de> Deserialize<'de> for PremiumSourceStoryFeature
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
impl StructuralPartialEq for PremiumSourceStoryFeature
Auto Trait Implementations§
impl Freeze for PremiumSourceStoryFeature
impl RefUnwindSafe for PremiumSourceStoryFeature
impl Send for PremiumSourceStoryFeature
impl Sync for PremiumSourceStoryFeature
impl Unpin for PremiumSourceStoryFeature
impl UnwindSafe for PremiumSourceStoryFeature
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