pub struct StripeElementsHandle(/* private fields */);Expand description
An initialized Stripe Elements instance.
§Stripe Documentation
https://docs.stripe.com/js/elements_object
Implementations§
Source§impl StripeElementsHandle
impl StripeElementsHandle
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 StripeElementsHandle
impl RefUnwindSafe for StripeElementsHandle
impl Send for StripeElementsHandle
impl Sync for StripeElementsHandle
impl Unpin for StripeElementsHandle
impl UnsafeUnpin for StripeElementsHandle
impl UnwindSafe for StripeElementsHandle
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