pub enum ExtendReasonCode {
Undeclared,
CustomerSatisfaction,
Other,
ServiceIssueOrOutage,
NotSupported(i64),
}Expand description
The code that represents the reason for the subscription-renewal-date extension.
Variants§
Undeclared
CustomerSatisfaction
Other
ServiceIssueOrOutage
NotSupported(i64)
A value the App Store sent that this version of the library does not support, preserved as received.
Trait Implementations§
Source§impl Clone for ExtendReasonCode
impl Clone for ExtendReasonCode
Source§fn clone(&self) -> ExtendReasonCode
fn clone(&self) -> ExtendReasonCode
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 ExtendReasonCode
impl Debug for ExtendReasonCode
Source§impl<'de> Deserialize<'de> for ExtendReasonCode
impl<'de> Deserialize<'de> for ExtendReasonCode
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 ExtendReasonCode
Source§impl From<ExtendReasonCode> for i64
impl From<ExtendReasonCode> for i64
Source§fn from(value: ExtendReasonCode) -> Self
fn from(value: ExtendReasonCode) -> Self
Converts to this type from the input type.
Source§impl From<i64> for ExtendReasonCode
impl From<i64> for ExtendReasonCode
Source§impl Hash for ExtendReasonCode
impl Hash for ExtendReasonCode
Source§impl PartialEq for ExtendReasonCode
impl PartialEq for ExtendReasonCode
Source§impl Serialize for ExtendReasonCode
impl Serialize for ExtendReasonCode
impl StructuralPartialEq for ExtendReasonCode
Auto Trait Implementations§
impl Freeze for ExtendReasonCode
impl RefUnwindSafe for ExtendReasonCode
impl Send for ExtendReasonCode
impl Sync for ExtendReasonCode
impl Unpin for ExtendReasonCode
impl UnsafeUnpin for ExtendReasonCode
impl UnwindSafe for ExtendReasonCode
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