pub struct ApiClient { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Api for ApiClient
impl Api for ApiClient
fn get_spot_rebate_history_records<'life0, 'async_trait>(
&'life0 self,
params: GetSpotRebateHistoryRecordsParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetSpotRebateHistoryRecordsResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for ApiClient
impl !RefUnwindSafe for ApiClient
impl !UnwindSafe for ApiClient
impl Send for ApiClient
impl Sync for ApiClient
impl Unpin for ApiClient
impl UnsafeUnpin for ApiClient
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