pub struct StatementResolutionEntry4 {
pub orgnl_grp_inf: Option<OriginalGroupInformation29>,
pub orgnl_stmt_id: Option<String>,
pub uetr: Option<String>,
pub acct_svcr_ref: Option<String>,
pub crrctd_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub chrgs: Option<Vec<Charges6>>,
pub purp: Option<Purpose2Choice>,
}Fields§
§orgnl_grp_inf: Option<OriginalGroupInformation29>§orgnl_stmt_id: Option<String>§uetr: Option<String>§acct_svcr_ref: Option<String>§crrctd_amt: Option<ActiveOrHistoricCurrencyAndAmount>§chrgs: Option<Vec<Charges6>>§purp: Option<Purpose2Choice>Implementations§
Source§impl StatementResolutionEntry4
impl StatementResolutionEntry4
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for StatementResolutionEntry4
impl Clone for StatementResolutionEntry4
Source§fn clone(&self) -> StatementResolutionEntry4
fn clone(&self) -> StatementResolutionEntry4
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 StatementResolutionEntry4
impl Debug for StatementResolutionEntry4
Source§impl Default for StatementResolutionEntry4
impl Default for StatementResolutionEntry4
Source§fn default() -> StatementResolutionEntry4
fn default() -> StatementResolutionEntry4
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StatementResolutionEntry4
impl<'de> Deserialize<'de> for StatementResolutionEntry4
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
impl StructuralPartialEq for StatementResolutionEntry4
Auto Trait Implementations§
impl Freeze for StatementResolutionEntry4
impl RefUnwindSafe for StatementResolutionEntry4
impl Send for StatementResolutionEntry4
impl Sync for StatementResolutionEntry4
impl Unpin for StatementResolutionEntry4
impl UnwindSafe for StatementResolutionEntry4
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