pub struct RwusdApiClient { /* private fields */ }Implementations§
Source§impl RwusdApiClient
impl RwusdApiClient
pub fn new(configuration: ConfigurationRestApi) -> Self
Trait Implementations§
Source§impl Clone for RwusdApiClient
impl Clone for RwusdApiClient
Source§fn clone(&self) -> RwusdApiClient
fn clone(&self) -> RwusdApiClient
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 RwusdApiClient
impl Debug for RwusdApiClient
Source§impl RwusdApi for RwusdApiClient
impl RwusdApi for RwusdApiClient
fn get_rwusd_account<'life0, 'async_trait>(
&'life0 self,
params: GetRwusdAccountParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetRwusdAccountResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_rwusd_quota_details<'life0, 'async_trait>(
&'life0 self,
params: GetRwusdQuotaDetailsParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetRwusdQuotaDetailsResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_rwusd_rate_history<'life0, 'async_trait>(
&'life0 self,
params: GetRwusdRateHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetRwusdRateHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_rwusd_redemption_history<'life0, 'async_trait>(
&'life0 self,
params: GetRwusdRedemptionHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetRwusdRedemptionHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_rwusd_rewards_history<'life0, 'async_trait>(
&'life0 self,
params: GetRwusdRewardsHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetRwusdRewardsHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_rwusd_subscription_history<'life0, 'async_trait>(
&'life0 self,
params: GetRwusdSubscriptionHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetRwusdSubscriptionHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn redeem_rwusd<'life0, 'async_trait>(
&'life0 self,
params: RedeemRwusdParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<RedeemRwusdResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn subscribe_rwusd<'life0, 'async_trait>(
&'life0 self,
params: SubscribeRwusdParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<SubscribeRwusdResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for RwusdApiClient
impl !RefUnwindSafe for RwusdApiClient
impl !UnwindSafe for RwusdApiClient
impl Send for RwusdApiClient
impl Sync for RwusdApiClient
impl Unpin for RwusdApiClient
impl UnsafeUnpin for RwusdApiClient
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