pub struct TravelRuleApiClient { /* private fields */ }Implementations§
Source§impl TravelRuleApiClient
impl TravelRuleApiClient
pub fn new(configuration: ConfigurationRestApi) -> Self
Trait Implementations§
Source§impl Clone for TravelRuleApiClient
impl Clone for TravelRuleApiClient
Source§fn clone(&self) -> TravelRuleApiClient
fn clone(&self) -> TravelRuleApiClient
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 TravelRuleApiClient
impl Debug for TravelRuleApiClient
Source§impl TravelRuleApi for TravelRuleApiClient
impl TravelRuleApi for TravelRuleApiClient
fn broker_withdraw<'life0, 'async_trait>(
&'life0 self,
params: BrokerWithdrawParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<BrokerWithdrawResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn check_questionnaire_requirements<'life0, 'async_trait>(
&'life0 self,
params: CheckQuestionnaireRequirementsParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<CheckQuestionnaireRequirementsResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn deposit_history_travel_rule<'life0, 'async_trait>(
&'life0 self,
params: DepositHistoryTravelRuleParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Vec<DepositHistoryTravelRuleResponseInner>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn deposit_history_v2<'life0, 'async_trait>(
&'life0 self,
params: DepositHistoryV2Params,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Vec<DepositHistoryV2ResponseInner>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn fetch_address_verification_list<'life0, 'async_trait>(
&'life0 self,
params: FetchAddressVerificationListParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Vec<FetchAddressVerificationListResponseInner>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_country_list<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetCountryListResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_region_list<'life0, 'async_trait>(
&'life0 self,
params: GetRegionListParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetRegionListResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn submit_deposit_questionnaire<'life0, 'async_trait>(
&'life0 self,
params: SubmitDepositQuestionnaireParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<SubmitDepositQuestionnaireResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn submit_deposit_questionnaire_travel_rule<'life0, 'async_trait>(
&'life0 self,
params: SubmitDepositQuestionnaireTravelRuleParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<SubmitDepositQuestionnaireTravelRuleResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn submit_deposit_questionnaire_v2<'life0, 'async_trait>(
&'life0 self,
params: SubmitDepositQuestionnaireV2Params,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<SubmitDepositQuestionnaireV2Response>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn vasp_list<'life0, 'async_trait>(
&'life0 self,
params: VaspListParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Vec<VaspListResponseInner>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn withdraw_history_v1<'life0, 'async_trait>(
&'life0 self,
params: WithdrawHistoryV1Params,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Vec<WithdrawHistoryV2ResponseInner>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn withdraw_history_v2<'life0, 'async_trait>(
&'life0 self,
params: WithdrawHistoryV2Params,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Vec<WithdrawHistoryV2ResponseInner>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn withdraw_travel_rule<'life0, 'async_trait>(
&'life0 self,
params: WithdrawTravelRuleParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<WithdrawTravelRuleResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for TravelRuleApiClient
impl !RefUnwindSafe for TravelRuleApiClient
impl !UnwindSafe for TravelRuleApiClient
impl Send for TravelRuleApiClient
impl Sync for TravelRuleApiClient
impl Unpin for TravelRuleApiClient
impl UnsafeUnpin for TravelRuleApiClient
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