pub struct Pay;Implementations§
Source§impl Pay
impl Pay
pub fn config(cfg: PayConfig)
pub fn wechat() -> WechatClient
pub fn alipay() -> AlipayClient
pub fn unionpay() -> UnionClient
Auto Trait Implementations§
impl Freeze for Pay
impl RefUnwindSafe for Pay
impl Send for Pay
impl Sync for Pay
impl Unpin for Pay
impl UnwindSafe for Pay
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