pub struct StableRateApiClient { /* private fields */ }Implementations§
Source§impl StableRateApiClient
impl StableRateApiClient
pub fn new(configuration: ConfigurationRestApi) -> Self
Trait Implementations§
Source§impl Clone for StableRateApiClient
impl Clone for StableRateApiClient
Source§fn clone(&self) -> StableRateApiClient
fn clone(&self) -> StableRateApiClient
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 StableRateApiClient
impl Debug for StableRateApiClient
Source§impl StableRateApi for StableRateApiClient
impl StableRateApi for StableRateApiClient
fn check_collateral_repay_rate_stable_rate<'life0, 'async_trait>(
&'life0 self,
params: CheckCollateralRepayRateStableRateParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<CheckCollateralRepayRateStableRateResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_crypto_loans_income_history<'life0, 'async_trait>(
&'life0 self,
params: GetCryptoLoansIncomeHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Vec<GetCryptoLoansIncomeHistoryResponseInner>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_loan_borrow_history<'life0, 'async_trait>(
&'life0 self,
params: GetLoanBorrowHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetLoanBorrowHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_loan_ltv_adjustment_history<'life0, 'async_trait>(
&'life0 self,
params: GetLoanLtvAdjustmentHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetLoanLtvAdjustmentHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_loan_repayment_history<'life0, 'async_trait>(
&'life0 self,
params: GetLoanRepaymentHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetLoanRepaymentHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for StableRateApiClient
impl !RefUnwindSafe for StableRateApiClient
impl !UnwindSafe for StableRateApiClient
impl Send for StableRateApiClient
impl Sync for StableRateApiClient
impl Unpin for StableRateApiClient
impl UnsafeUnpin for StableRateApiClient
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