pub struct TransactionAgents5 {
pub instg_agt: Option<BranchAndFinancialInstitutionIdentification6>,
pub instd_agt: Option<BranchAndFinancialInstitutionIdentification6>,
pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>,
pub cdtr_agt: Option<BranchAndFinancialInstitutionIdentification6>,
pub intrmy_agt1: Option<BranchAndFinancialInstitutionIdentification6>,
pub intrmy_agt2: Option<BranchAndFinancialInstitutionIdentification6>,
pub intrmy_agt3: Option<BranchAndFinancialInstitutionIdentification6>,
pub rcvg_agt: Option<BranchAndFinancialInstitutionIdentification6>,
pub dlvrg_agt: Option<BranchAndFinancialInstitutionIdentification6>,
pub issg_agt: Option<BranchAndFinancialInstitutionIdentification6>,
pub sttlm_plc: Option<BranchAndFinancialInstitutionIdentification6>,
pub prtry: Option<Vec<ProprietaryAgent4>>,
}Fields§
§instg_agt: Option<BranchAndFinancialInstitutionIdentification6>§instd_agt: Option<BranchAndFinancialInstitutionIdentification6>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification6>§cdtr_agt: Option<BranchAndFinancialInstitutionIdentification6>§intrmy_agt1: Option<BranchAndFinancialInstitutionIdentification6>§intrmy_agt2: Option<BranchAndFinancialInstitutionIdentification6>§intrmy_agt3: Option<BranchAndFinancialInstitutionIdentification6>§rcvg_agt: Option<BranchAndFinancialInstitutionIdentification6>§dlvrg_agt: Option<BranchAndFinancialInstitutionIdentification6>§issg_agt: Option<BranchAndFinancialInstitutionIdentification6>§sttlm_plc: Option<BranchAndFinancialInstitutionIdentification6>§prtry: Option<Vec<ProprietaryAgent4>>Implementations§
Source§impl TransactionAgents5
impl TransactionAgents5
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for TransactionAgents5
impl Clone for TransactionAgents5
Source§fn clone(&self) -> TransactionAgents5
fn clone(&self) -> TransactionAgents5
Returns a duplicate of the value. Read more
1.0.0 · 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 TransactionAgents5
impl Debug for TransactionAgents5
Source§impl Default for TransactionAgents5
impl Default for TransactionAgents5
Source§fn default() -> TransactionAgents5
fn default() -> TransactionAgents5
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransactionAgents5
impl<'de> Deserialize<'de> for TransactionAgents5
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
Source§impl PartialEq for TransactionAgents5
impl PartialEq for TransactionAgents5
Source§impl Serialize for TransactionAgents5
impl Serialize for TransactionAgents5
impl StructuralPartialEq for TransactionAgents5
Auto Trait Implementations§
impl Freeze for TransactionAgents5
impl RefUnwindSafe for TransactionAgents5
impl Send for TransactionAgents5
impl Sync for TransactionAgents5
impl Unpin for TransactionAgents5
impl UnwindSafe for TransactionAgents5
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