pub struct StripeJsSdkInstanceHandle(/* private fields */);Expand description
An initialized Stripe JS SDK instance.
§Stripe Documentation
https://docs.stripe.com/js/initializing
Implementations§
Source§impl StripeJsSdkInstanceHandle
impl StripeJsSdkInstanceHandle
Sourcepub fn temporary_way_to_get_i64(&self) -> i64
pub fn temporary_way_to_get_i64(&self) -> i64
TODO: Delete this once the pm-checkout-page component is fully converted to using
afia-component.
Basically:
- don’t use this method for anything new
- once this method is unused we can delete it
Auto Trait Implementations§
impl Freeze for StripeJsSdkInstanceHandle
impl RefUnwindSafe for StripeJsSdkInstanceHandle
impl Send for StripeJsSdkInstanceHandle
impl Sync for StripeJsSdkInstanceHandle
impl Unpin for StripeJsSdkInstanceHandle
impl UnsafeUnpin for StripeJsSdkInstanceHandle
impl UnwindSafe for StripeJsSdkInstanceHandle
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