pub struct ExternalPurchaseLink;Implementations§
Source§impl ExternalPurchaseLink
impl ExternalPurchaseLink
Sourcepub fn can_open() -> Result<bool, StoreKitError>
pub fn can_open() -> Result<bool, StoreKitError>
pub fn eligible_urls() -> Result<Option<Vec<String>>, StoreKitError>
pub fn open() -> Result<(), StoreKitError>
pub fn open_url(url: &str) -> Result<(), StoreKitError>
Trait Implementations§
Source§impl Clone for ExternalPurchaseLink
impl Clone for ExternalPurchaseLink
Source§fn clone(&self) -> ExternalPurchaseLink
fn clone(&self) -> ExternalPurchaseLink
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 ExternalPurchaseLink
impl Debug for ExternalPurchaseLink
Source§impl Default for ExternalPurchaseLink
impl Default for ExternalPurchaseLink
Source§fn default() -> ExternalPurchaseLink
fn default() -> ExternalPurchaseLink
Returns the “default value” for a type. Read more
impl Copy for ExternalPurchaseLink
Auto Trait Implementations§
impl Freeze for ExternalPurchaseLink
impl RefUnwindSafe for ExternalPurchaseLink
impl Send for ExternalPurchaseLink
impl Sync for ExternalPurchaseLink
impl Unpin for ExternalPurchaseLink
impl UnsafeUnpin for ExternalPurchaseLink
impl UnwindSafe for ExternalPurchaseLink
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