pub enum AdvancedCommerceEffective {
Immediately,
NextBillCycle,
NotSupported(String),
}Expand description
A string value that indicates when a requested change to an auto-renewable subscription goes into effect.
Variants§
Immediately
NextBillCycle
NotSupported(String)
A value the App Store sent that this version of the library does not support, preserved as received.
Trait Implementations§
Source§impl Clone for AdvancedCommerceEffective
impl Clone for AdvancedCommerceEffective
Source§fn clone(&self) -> AdvancedCommerceEffective
fn clone(&self) -> AdvancedCommerceEffective
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdvancedCommerceEffective
impl Debug for AdvancedCommerceEffective
Source§impl<'de> Deserialize<'de> for AdvancedCommerceEffective
impl<'de> Deserialize<'de> for AdvancedCommerceEffective
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 Eq for AdvancedCommerceEffective
Source§impl Hash for AdvancedCommerceEffective
impl Hash for AdvancedCommerceEffective
impl StructuralPartialEq for AdvancedCommerceEffective
Auto Trait Implementations§
impl Freeze for AdvancedCommerceEffective
impl RefUnwindSafe for AdvancedCommerceEffective
impl Send for AdvancedCommerceEffective
impl Sync for AdvancedCommerceEffective
impl Unpin for AdvancedCommerceEffective
impl UnsafeUnpin for AdvancedCommerceEffective
impl UnwindSafe for AdvancedCommerceEffective
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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