pub struct CreditInternalAccountIdentifiers {
pub pull_type: String,
pub credit_pull_scenario: String,
pub credit_provider: String,
pub credit_account_identifier: String,
}
Fields§
§pull_type: String
Pull type
credit_pull_scenario: String
Credit Pull Scenario
credit_provider: String
Credit Provider
credit_account_identifier: String
Credit Account Identifier
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CreditInternalAccountIdentifiers
impl<'de> Deserialize<'de> for CreditInternalAccountIdentifiers
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 CreditInternalAccountIdentifiers
impl RefUnwindSafe for CreditInternalAccountIdentifiers
impl Send for CreditInternalAccountIdentifiers
impl Sync for CreditInternalAccountIdentifiers
impl Unpin for CreditInternalAccountIdentifiers
impl UnwindSafe for CreditInternalAccountIdentifiers
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