pub enum OfferType {
Introductory,
Promotional,
Code,
WinBack,
Unknown(String),
}Variants§
Implementations§
Source§impl OfferType
impl OfferType
pub fn localized_description(&self) -> Result<String, StoreKitError>
Trait Implementations§
impl Eq for OfferType
impl StructuralPartialEq for OfferType
Auto Trait Implementations§
impl Freeze for OfferType
impl RefUnwindSafe for OfferType
impl Send for OfferType
impl Sync for OfferType
impl Unpin for OfferType
impl UnsafeUnpin for OfferType
impl UnwindSafe for OfferType
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