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