pub struct OnChainYieldsApiClient { /* private fields */ }Implementations§
Source§impl OnChainYieldsApiClient
impl OnChainYieldsApiClient
pub fn new(configuration: ConfigurationRestApi) -> Self
Trait Implementations§
Source§impl Clone for OnChainYieldsApiClient
impl Clone for OnChainYieldsApiClient
Source§fn clone(&self) -> OnChainYieldsApiClient
fn clone(&self) -> OnChainYieldsApiClient
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 OnChainYieldsApiClient
impl Debug for OnChainYieldsApiClient
Source§impl OnChainYieldsApi for OnChainYieldsApiClient
impl OnChainYieldsApi for OnChainYieldsApiClient
fn get_on_chain_yields_locked_personal_left_quota<'life0, 'async_trait>(
&'life0 self,
params: GetOnChainYieldsLockedPersonalLeftQuotaParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetOnChainYieldsLockedPersonalLeftQuotaResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_on_chain_yields_locked_product_list<'life0, 'async_trait>(
&'life0 self,
params: GetOnChainYieldsLockedProductListParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetOnChainYieldsLockedProductListResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_on_chain_yields_locked_product_position<'life0, 'async_trait>(
&'life0 self,
params: GetOnChainYieldsLockedProductPositionParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetOnChainYieldsLockedProductPositionResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_on_chain_yields_locked_redemption_record<'life0, 'async_trait>(
&'life0 self,
params: GetOnChainYieldsLockedRedemptionRecordParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetOnChainYieldsLockedRedemptionRecordResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_on_chain_yields_locked_rewards_history<'life0, 'async_trait>(
&'life0 self,
params: GetOnChainYieldsLockedRewardsHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetOnChainYieldsLockedRewardsHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_on_chain_yields_locked_subscription_preview<'life0, 'async_trait>(
&'life0 self,
params: GetOnChainYieldsLockedSubscriptionPreviewParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetOnChainYieldsLockedSubscriptionPreviewResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_on_chain_yields_locked_subscription_record<'life0, 'async_trait>(
&'life0 self,
params: GetOnChainYieldsLockedSubscriptionRecordParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetOnChainYieldsLockedSubscriptionRecordResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn on_chain_yields_account<'life0, 'async_trait>(
&'life0 self,
params: OnChainYieldsAccountParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<OnChainYieldsAccountResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn redeem_on_chain_yields_locked_product<'life0, 'async_trait>(
&'life0 self,
params: RedeemOnChainYieldsLockedProductParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<RedeemOnChainYieldsLockedProductResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn set_on_chain_yields_locked_auto_subscribe<'life0, 'async_trait>(
&'life0 self,
params: SetOnChainYieldsLockedAutoSubscribeParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<SetOnChainYieldsLockedAutoSubscribeResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn set_on_chain_yields_locked_product_redeem_option<'life0, 'async_trait>(
&'life0 self,
params: SetOnChainYieldsLockedProductRedeemOptionParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<SetOnChainYieldsLockedProductRedeemOptionResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn subscribe_on_chain_yields_locked_product<'life0, 'async_trait>(
&'life0 self,
params: SubscribeOnChainYieldsLockedProductParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<SubscribeOnChainYieldsLockedProductResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for OnChainYieldsApiClient
impl !RefUnwindSafe for OnChainYieldsApiClient
impl !UnwindSafe for OnChainYieldsApiClient
impl Send for OnChainYieldsApiClient
impl Sync for OnChainYieldsApiClient
impl Unpin for OnChainYieldsApiClient
impl UnsafeUnpin for OnChainYieldsApiClient
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