pub struct PayApiClient { /* private fields */ }Implementations§
Source§impl PayApiClient
impl PayApiClient
pub fn new(configuration: ConfigurationRestApi) -> Self
Trait Implementations§
Source§impl Clone for PayApiClient
impl Clone for PayApiClient
Source§fn clone(&self) -> PayApiClient
fn clone(&self) -> PayApiClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PayApiClient
impl Debug for PayApiClient
Source§impl PayApi for PayApiClient
impl PayApi for PayApiClient
fn get_pay_trade_history<'life0, 'async_trait>(
&'life0 self,
params: GetPayTradeHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetPayTradeHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for PayApiClient
impl !RefUnwindSafe for PayApiClient
impl !UnwindSafe for PayApiClient
impl Send for PayApiClient
impl Sync for PayApiClient
impl Unpin for PayApiClient
impl UnsafeUnpin for PayApiClient
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