pub struct PurchaseGoogleSubscriptionUnsupported {}Expand description
Unsupported! Undocumented method user.purchaseGoogleSubscription()
Auto Trait Implementations§
impl Freeze for PurchaseGoogleSubscriptionUnsupported
impl RefUnwindSafe for PurchaseGoogleSubscriptionUnsupported
impl Send for PurchaseGoogleSubscriptionUnsupported
impl Sync for PurchaseGoogleSubscriptionUnsupported
impl Unpin for PurchaseGoogleSubscriptionUnsupported
impl UnwindSafe for PurchaseGoogleSubscriptionUnsupported
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