pub struct LendingCreditInternalAccountIdentifiers {
pub pull_type: String,
pub credit_pull_scenario: String,
pub credit_provider: String,
pub credit_account_identifier: String,
}Fields§
§pull_type: StringPull type
credit_pull_scenario: StringCredit Pull Scenario
credit_provider: StringCredit Provider
credit_account_identifier: StringCredit Account Identifier
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LendingCreditInternalAccountIdentifiers
impl<'de> Deserialize<'de> for LendingCreditInternalAccountIdentifiers
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LendingCreditInternalAccountIdentifiers
impl RefUnwindSafe for LendingCreditInternalAccountIdentifiers
impl Send for LendingCreditInternalAccountIdentifiers
impl Sync for LendingCreditInternalAccountIdentifiers
impl Unpin for LendingCreditInternalAccountIdentifiers
impl UnwindSafe for LendingCreditInternalAccountIdentifiers
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