pub struct Refund;Implementations§
Source§impl Refund
impl Refund
Sourcepub fn begin_for_transaction_id(
transaction_id: u64,
) -> Result<RefundRequestStatus, StoreKitError>
pub fn begin_for_transaction_id( transaction_id: u64, ) -> Result<RefundRequestStatus, StoreKitError>
Trait Implementations§
impl Copy for Refund
Auto Trait Implementations§
impl Freeze for Refund
impl RefUnwindSafe for Refund
impl Send for Refund
impl Sync for Refund
impl Unpin for Refund
impl UnsafeUnpin for Refund
impl UnwindSafe for Refund
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