id stringlengths 20 153 | type stringclasses 1
value | granularity stringclasses 14
values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
hyperswitch_impl_hyperswitch_domain_models_1524074724186599145_4051107280577067588 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/revenue_recovery.rs
impl From<&BillingConnectorInvoiceSyncResponse> for RevenueRecoveryInvoiceData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "RevenueRecoveryInvoiceData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<&BillingConnectorInvoiceSyncResponse>"
} |
hyperswitch_impl_hyperswitch_domain_models_-3160876434501852371_-8420741179281172438 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/revenue_recovery.rs
impl From<(
&BillingConnectorPaymentsSyncResponse,
&RevenueRecoveryInvoiceData,
)> for RevenueRecoveryAttemptData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "RevenueRecoveryAttemptData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<(\n &BillingConnectorPaymentsSyncResponse,\n &RevenueRecoveryInvoiceData,\n )>"
} |
hyperswitch_impl_hyperswitch_domain_models_3295261113551651738_7499266831501354176 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/revenue_recovery.rs
impl From<&RevenueRecoveryAttemptData> for api_payments::PaymentAttemptAmountDetails {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_payments::PaymentAttemptAmountDetails",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<&RevenueRecoveryAttemptData>"
} |
hyperswitch_impl_hyperswitch_domain_models_4694960039882458835_7499266831501354176 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/revenue_recovery.rs
impl From<&RevenueRecoveryAttemptData> for Option<api_payments::RecordAttemptErrorDetails> {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "Option<api_payments::RecordAttemptErrorDetails>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<&RevenueRecoveryAttemptData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2952711084169717434_1097742826335780642 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/revenue_recovery.rs
impl From<&payments::PaymentIntent> for RecoveryPaymentIntent {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "RecoveryPaymentIntent",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<&payments::PaymentIntent>"
} |
hyperswitch_impl_hyperswitch_domain_models_-579373549832534313_6335570675563579300 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/revenue_recovery.rs
impl From<&payments::payment_attempt::PaymentAttempt> for RecoveryPaymentAttempt {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "RecoveryPaymentAttempt",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<&payments::payment_attempt::PaymentAttempt>"
} |
hyperswitch_impl_hyperswitch_domain_models_-1142116857452012702_4857715061541654697 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl PaymentMethodData {
// Methods: get_payment_method, get_wallet_data, is_network_token_payment_method_data, get_co_badged_card_data, get_card_data, extract_debit_routing_saving_percentage
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PaymentMethodData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_hyperswitch_domain_models_1112637038797213529_4857715061541654697 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl CardDetailsForNetworkTransactionId {
// Methods: get_nti_and_card_details_for_mit_flow
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CardDetailsForNetworkTransactionId",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_hyperswitch_domain_models_-524042458506208103_-3952751553213457695 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<&Card> for CardDetail {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CardDetail",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<&Card>"
} |
hyperswitch_impl_hyperswitch_domain_models_1112637038797213529_186534256560476712 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<mandates::NetworkTransactionIdAndCardDetails> for CardDetailsForNetworkTransactionId {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CardDetailsForNetworkTransactionId",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<mandates::NetworkTransactionIdAndCardDetails>"
} |
hyperswitch_impl_hyperswitch_domain_models_471836466740040933_4857715061541654697 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl WalletData {
// Methods: get_paze_wallet_data, get_apple_pay_wallet_data, get_google_pay_wallet_data
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "WalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_hyperswitch_domain_models_-7295559813105201338_4857715061541654697 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl ApplePayWalletData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "ApplePayWalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_hyperswitch_domain_models_-1142116857452012702_-5859240056321283239 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl TryFrom<payment_methods::PaymentMethodCreateData> for PaymentMethodData {
// Methods: try_from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PaymentMethodData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TryFrom<payment_methods::PaymentMethodCreateData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-1142116857452012702_-745922347451265294 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::PaymentMethodData> for PaymentMethodData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PaymentMethodData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::PaymentMethodData>"
} |
hyperswitch_impl_hyperswitch_domain_models_6519269782439635417_-8363813233647930931 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::ProxyPaymentMethodData> for ExternalVaultPaymentMethodData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "ExternalVaultPaymentMethodData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::ProxyPaymentMethodData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-587762942725715558_6792263198200886641 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::ProxyCardData> for ExternalVaultCard {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "ExternalVaultCard",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::ProxyCardData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2621674497896837030_-3457205448564370967 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::VaultToken> for VaultToken {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "VaultToken",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::VaultToken>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2685950571151159995_-8020165169697443924 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<(
api_models::payments::Card,
Option<payment_methods::CoBadgedCardData>,
)> for Card {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "Card",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<(\n api_models::payments::Card,\n Option<payment_methods::CoBadgedCardData>,\n )>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2685950571151159995_-820764545882102965 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<(
payment_methods::CardDetail,
Secret<String>,
Option<Secret<String>>,
)> for Card {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "Card",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<(\n payment_methods::CardDetail,\n Secret<String>,\n Option<Secret<String>>,\n )>"
} |
hyperswitch_impl_hyperswitch_domain_models_-3839942383140536529_87945495954309284 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<Card> for payment_methods::CardDetail {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "payment_methods::CardDetail",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<Card>"
} |
hyperswitch_impl_hyperswitch_domain_models_2105714361826247251_-7884783573567865928 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<ExternalVaultCard> for payment_methods::ProxyCardDetails {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "payment_methods::ProxyCardDetails",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<ExternalVaultCard>"
} |
hyperswitch_impl_hyperswitch_domain_models_4257273414324632751_-3728870235040342094 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::CardRedirectData> for CardRedirectData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CardRedirectData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::CardRedirectData>"
} |
hyperswitch_impl_hyperswitch_domain_models_7472619646531216968_8417892564237897755 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<CardRedirectData> for api_models::payments::CardRedirectData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payments::CardRedirectData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<CardRedirectData>"
} |
hyperswitch_impl_hyperswitch_domain_models_471836466740040933_6635904344245740445 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::WalletData> for WalletData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "WalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::WalletData>"
} |
hyperswitch_impl_hyperswitch_domain_models_8430394365906944631_-7796304683762572717 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::GooglePayWalletData> for GooglePayWalletData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "GooglePayWalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::GooglePayWalletData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-7295559813105201338_-1153361417081791656 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::ApplePayWalletData> for ApplePayWalletData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "ApplePayWalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::ApplePayWalletData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-1182341842821847575_-3202328125342880751 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::AmazonPayWalletData> for AmazonPayWalletData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "AmazonPayWalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::AmazonPayWalletData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-3041667216773666381_6062325466094290510 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::SamsungPayTokenData> for SamsungPayTokenData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "SamsungPayTokenData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::SamsungPayTokenData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-6586140654739735822_-7267034228870985734 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::PazeWalletData> for PazeWalletData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PazeWalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::PazeWalletData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-7674516462591786462_-4756401257249928392 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<Box<api_models::payments::SamsungPayWalletData>> for SamsungPayWalletData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "SamsungPayWalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<Box<api_models::payments::SamsungPayWalletData>>"
} |
hyperswitch_impl_hyperswitch_domain_models_1341123298981095048_-4568296492843580612 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::PayLaterData> for PayLaterData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PayLaterData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::PayLaterData>"
} |
hyperswitch_impl_hyperswitch_domain_models_6177735035806771950_-3338126201996110531 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::BankRedirectData> for BankRedirectData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "BankRedirectData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::BankRedirectData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-6011307910636769080_6201731977978600675 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::CryptoData> for CryptoData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CryptoData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::CryptoData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2149223301062162971_1669322767764588405 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<CryptoData> for api_models::payments::CryptoData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payments::CryptoData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<CryptoData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-4688984757611227811_6300588551196126238 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::UpiData> for UpiData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "UpiData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::UpiData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-5464655090782385161_-2603558261314188933 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<UpiData> for api_models::payments::additional_info::UpiAdditionalData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payments::additional_info::UpiAdditionalData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<UpiData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-3303825357112314082_450907464814872653 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::VoucherData> for VoucherData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "VoucherData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::VoucherData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-308676385243042885_-3196384708297033784 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<Box<BoletoVoucherData>> for Box<api_models::payments::BoletoVoucherData> {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "Box<api_models::payments::BoletoVoucherData>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<Box<BoletoVoucherData>>"
} |
hyperswitch_impl_hyperswitch_domain_models_-827951376264357784_-8968645128909020600 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<Box<AlfamartVoucherData>> for Box<api_models::payments::AlfamartVoucherData> {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "Box<api_models::payments::AlfamartVoucherData>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<Box<AlfamartVoucherData>>"
} |
hyperswitch_impl_hyperswitch_domain_models_-6761836226658897786_7411371760533299026 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<Box<IndomaretVoucherData>> for Box<api_models::payments::IndomaretVoucherData> {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "Box<api_models::payments::IndomaretVoucherData>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<Box<IndomaretVoucherData>>"
} |
hyperswitch_impl_hyperswitch_domain_models_2685701998565331230_-7090786496349006056 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<Box<JCSVoucherData>> for Box<api_models::payments::JCSVoucherData> {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "Box<api_models::payments::JCSVoucherData>",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<Box<JCSVoucherData>>"
} |
hyperswitch_impl_hyperswitch_domain_models_-210475981411969578_-5321894220476093476 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<VoucherData> for api_models::payments::VoucherData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payments::VoucherData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<VoucherData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-1448874273664260450_7939572925324730366 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::GiftCardData> for GiftCardData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "GiftCardData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::GiftCardData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-210469913283619105_-2147236933582834503 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<GiftCardData> for payment_additional_types::GiftCardAdditionalData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "payment_additional_types::GiftCardAdditionalData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<GiftCardData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-411589199274257497_4644008567366128061 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::CardToken> for CardToken {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CardToken",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::CardToken>"
} |
hyperswitch_impl_hyperswitch_domain_models_-992955103388341561_-7884123386730186300 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<CardToken> for payment_additional_types::CardTokenAdditionalData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "payment_additional_types::CardTokenAdditionalData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<CardToken>"
} |
hyperswitch_impl_hyperswitch_domain_models_166489056947752695_-5497531835019123043 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::BankDebitData> for BankDebitData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "BankDebitData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::BankDebitData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-7504892933668118147_-2424228476582623966 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<BankDebitData> for api_models::payments::additional_info::BankDebitAdditionalData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payments::additional_info::BankDebitAdditionalData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<BankDebitData>"
} |
hyperswitch_impl_hyperswitch_domain_models_3002750721817463226_-2300126520825681654 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::BankTransferData> for BankTransferData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "BankTransferData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::BankTransferData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-7767669384482449048_-4597881425023051605 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<BankTransferData> for api_models::payments::additional_info::BankTransferAdditionalData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payments::additional_info::BankTransferAdditionalData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<BankTransferData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-971998950424122116_8070119485934750553 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::RealTimePaymentData> for RealTimePaymentData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "RealTimePaymentData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::RealTimePaymentData>"
} |
hyperswitch_impl_hyperswitch_domain_models_5892153326626703076_8176825912542974024 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<RealTimePaymentData> for api_models::payments::RealTimePaymentData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payments::RealTimePaymentData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<RealTimePaymentData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-1691373548941739483_-8753347051657073460 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::OpenBankingData> for OpenBankingData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "OpenBankingData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::OpenBankingData>"
} |
hyperswitch_impl_hyperswitch_domain_models_2385888746288502923_5298002908493715319 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<OpenBankingData> for api_models::payments::OpenBankingData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payments::OpenBankingData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<OpenBankingData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-8741701685960079453_8825247545056235063 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<api_models::payments::MobilePaymentData> for MobilePaymentData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MobilePaymentData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<api_models::payments::MobilePaymentData>"
} |
hyperswitch_impl_hyperswitch_domain_models_7076186588484933289_-6371213401365222490 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<MobilePaymentData> for api_models::payments::MobilePaymentData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "api_models::payments::MobilePaymentData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<MobilePaymentData>"
} |
hyperswitch_impl_hyperswitch_domain_models_4257273414324632751_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for CardRedirectData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CardRedirectData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_471836466740040933_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for WalletData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "WalletData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_1341123298981095048_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for PayLaterData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PayLaterData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_6177735035806771950_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for BankRedirectData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "BankRedirectData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_166489056947752695_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for BankDebitData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "BankDebitData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_3002750721817463226_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for BankTransferData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "BankTransferData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_-6011307910636769080_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for CryptoData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CryptoData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_-971998950424122116_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for RealTimePaymentData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "RealTimePaymentData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_-4688984757611227811_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for UpiData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "UpiData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_-3303825357112314082_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for VoucherData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "VoucherData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_-1448874273664260450_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for GiftCardData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "GiftCardData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_-1691373548941739483_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for OpenBankingData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "OpenBankingData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_-8741701685960079453_86442344604921494 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl GetPaymentMethodType for MobilePaymentData {
// Methods: get_payment_method_type
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MobilePaymentData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "GetPaymentMethodType"
} |
hyperswitch_impl_hyperswitch_domain_models_3017718573508711531_87945495954309284 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<Card> for ExtendedCardInfo {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "ExtendedCardInfo",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<Card>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2832404022916614032_3897085993902875683 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<ApplePayWalletData> for payment_methods::PaymentMethodDataWalletInfo {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "payment_methods::PaymentMethodDataWalletInfo",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<ApplePayWalletData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2832404022916614032_-2102172564559386939 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<GooglePayWalletData> for payment_methods::PaymentMethodDataWalletInfo {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "payment_methods::PaymentMethodDataWalletInfo",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<GooglePayWalletData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-6719221747461060219_4857715061541654697 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl CardDetailsPaymentMethod {
// Methods: to_card_details_from_locker, get_issuer_country_alpha2
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CardDetailsPaymentMethod",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_hyperswitch_domain_models_-6719221747461060219_6539756049544637714 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<payment_methods::CardDetail> for CardDetailsPaymentMethod {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CardDetailsPaymentMethod",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<payment_methods::CardDetail>"
} |
hyperswitch_impl_hyperswitch_domain_models_-6719221747461060219_6539756049544637714 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<payment_methods::CardDetail> for CardDetailsPaymentMethod {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "CardDetailsPaymentMethod",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<payment_methods::CardDetail>"
} |
hyperswitch_impl_hyperswitch_domain_models_-3933557525147344911_-4837828937104224583 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<NetworkTokenDetails> for NetworkTokenDetailsPaymentMethod {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "NetworkTokenDetailsPaymentMethod",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<NetworkTokenDetails>"
} |
hyperswitch_impl_hyperswitch_domain_models_2786383917114620722_4857715061541654697 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl SingleUsePaymentMethodToken {
// Methods: get_single_use_token_from_payment_method_token
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "SingleUsePaymentMethodToken",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_hyperswitch_domain_models_-5771155257050743712_5105309092316347871 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<NetworkTokenDetailsPaymentMethod> for payment_methods::NetworkTokenDetailsPaymentMethod {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "payment_methods::NetworkTokenDetailsPaymentMethod",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<NetworkTokenDetailsPaymentMethod>"
} |
hyperswitch_impl_hyperswitch_domain_models_-7406783249212651221_4857715061541654697 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl SingleUseTokenKey {
// Methods: store_key, get_store_key
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "SingleUseTokenKey",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_hyperswitch_domain_models_-3839942383140536529_87945495954309284 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<Card> for payment_methods::CardDetail {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "payment_methods::CardDetail",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<Card>"
} |
hyperswitch_impl_hyperswitch_domain_models_-3839942383140536529_6054276682055410456 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<NetworkTokenData> for payment_methods::CardDetail {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "payment_methods::CardDetail",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<NetworkTokenData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2685950571151159995_7552132985114580470 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl From<(
payment_methods::CardDetail,
Option<&CardToken>,
Option<payment_methods::CoBadgedCardData>,
)> for Card {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "Card",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<(\n payment_methods::CardDetail,\n Option<&CardToken>,\n Option<payment_methods::CoBadgedCardData>,\n )>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2685950571151159995_-7657570873362935966 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/payment_method_data.rs
impl TryFrom<(
cards::CardNumber,
Option<&CardToken>,
Option<payment_methods::CoBadgedCardData>,
CardDetailsPaymentMethod,
)> for Card {
// Methods: try_from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "Card",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "TryFrom<(\n cards::CardNumber,\n Option<&CardToken>,\n Option<payment_methods::CoBadgedCardData>,\n CardDetailsPaymentMethod,\n )>"
} |
hyperswitch_impl_hyperswitch_domain_models_-1743260696387983603_906285419951865995 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/merchant_key_store.rs
impl super::behaviour::Conversion for MerchantKeyStore {
// Methods: convert, convert_back, construct_new
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MerchantKeyStore",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "super::behaviour::Conversion"
} |
hyperswitch_impl_hyperswitch_domain_models_-1046747731156989317_836441465502605280 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/routing.rs
impl From<PaymentRoutingInfoSerde> for PaymentRoutingInfo {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PaymentRoutingInfo",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<PaymentRoutingInfoSerde>"
} |
hyperswitch_impl_hyperswitch_domain_models_191171607888801324_-8511249517335030416 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/routing.rs
impl From<PaymentRoutingInfo> for PaymentRoutingInfoSerde {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PaymentRoutingInfoSerde",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<PaymentRoutingInfo>"
} |
hyperswitch_impl_hyperswitch_domain_models_-5705644331146006922_-6398088218207801282 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<MandateDetails> for diesel_models::enums::MandateDetails {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "diesel_models::enums::MandateDetails",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<MandateDetails>"
} |
hyperswitch_impl_hyperswitch_domain_models_-1763036330577547286_7570987719146622740 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<diesel_models::enums::MandateDetails> for MandateDetails {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MandateDetails",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<diesel_models::enums::MandateDetails>"
} |
hyperswitch_impl_hyperswitch_domain_models_2044830382933366088_-5017622853976752744 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<MandateType> for MandateDataType {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MandateDataType",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<MandateType>"
} |
hyperswitch_impl_hyperswitch_domain_models_5794307512770833670_-957599442856824537 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<MandateDataType> for diesel_models::enums::MandateDataType {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "diesel_models::enums::MandateDataType",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<MandateDataType>"
} |
hyperswitch_impl_hyperswitch_domain_models_2044830382933366088_5659380910298910508 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<diesel_models::enums::MandateDataType> for MandateDataType {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MandateDataType",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<diesel_models::enums::MandateDataType>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2072686329106992478_-6412674721346460952 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<ApiMandateAmountData> for MandateAmountData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MandateAmountData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<ApiMandateAmountData>"
} |
hyperswitch_impl_hyperswitch_domain_models_7883643841779752424_5488907422557271301 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<MandateAmountData> for diesel_models::enums::MandateAmountData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "diesel_models::enums::MandateAmountData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<MandateAmountData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2072686329106992478_-5183943754521469473 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<diesel_models::enums::MandateAmountData> for MandateAmountData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MandateAmountData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<diesel_models::enums::MandateAmountData>"
} |
hyperswitch_impl_hyperswitch_domain_models_4620108802471482216_4570755588138720204 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<ApiMandateData> for MandateData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MandateData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<ApiMandateData>"
} |
hyperswitch_impl_hyperswitch_domain_models_-2072686329106992478_4857715061541654697 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl MandateAmountData {
// Methods: get_end_date, get_metadata
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "MandateAmountData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": null
} |
hyperswitch_impl_hyperswitch_domain_models_-9109056990570865171_9206245177064005960 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl From<&PaymentsMandateReferenceRecord> for RecurringMandatePaymentData {
// Methods: from
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "RecurringMandatePaymentData",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "From<&PaymentsMandateReferenceRecord>"
} |
hyperswitch_impl_hyperswitch_domain_models_-8022300191531739036_4531827224803620247 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl std::ops::Deref for PayoutsMandateReference {
// Methods: deref
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PayoutsMandateReference",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "std::ops::Deref"
} |
hyperswitch_impl_hyperswitch_domain_models_-8022300191531739036_5371916347790540692 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl std::ops::DerefMut for PayoutsMandateReference {
// Methods: deref_mut
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PayoutsMandateReference",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "std::ops::DerefMut"
} |
hyperswitch_impl_hyperswitch_domain_models_-859460310873151427_4531827224803620247 | clm | impl | // hyperswitch/crates/hyperswitch_domain_models/src/mandates.rs
impl std::ops::Deref for PaymentsMandateReference {
// Methods: deref
}
| {
"chunk": null,
"crate": "hyperswitch_domain_models",
"enum_name": null,
"file_size": null,
"for_type": "PaymentsMandateReference",
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": null,
"total_crates": null,
"trait_name": "std::ops::Deref"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.