pub struct TargetingRuleScopeAnySubscriptionInApp { /* private fields */ }Expand description
Represents the targeting rule scope corresponding to any subscription in the parent app.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for TargetingRuleScopeAnySubscriptionInApp
impl Clone for TargetingRuleScopeAnySubscriptionInApp
Source§fn clone(&self) -> TargetingRuleScopeAnySubscriptionInApp
fn clone(&self) -> TargetingRuleScopeAnySubscriptionInApp
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 Default for TargetingRuleScopeAnySubscriptionInApp
impl Default for TargetingRuleScopeAnySubscriptionInApp
Source§fn default() -> TargetingRuleScopeAnySubscriptionInApp
fn default() -> TargetingRuleScopeAnySubscriptionInApp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TargetingRuleScopeAnySubscriptionInApp
impl<'de> Deserialize<'de> for TargetingRuleScopeAnySubscriptionInApp
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 Part for TargetingRuleScopeAnySubscriptionInApp
Auto Trait Implementations§
impl Freeze for TargetingRuleScopeAnySubscriptionInApp
impl RefUnwindSafe for TargetingRuleScopeAnySubscriptionInApp
impl Send for TargetingRuleScopeAnySubscriptionInApp
impl Sync for TargetingRuleScopeAnySubscriptionInApp
impl Unpin for TargetingRuleScopeAnySubscriptionInApp
impl UnwindSafe for TargetingRuleScopeAnySubscriptionInApp
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