pub struct OriginalNotificationReference121 {
pub dbtr: Option<Party40Choice1>,
pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification61>,
pub orgnl_itm: Vec<OriginalItem71>,
}Fields§
§dbtr: Option<Party40Choice1>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification61>§orgnl_itm: Vec<OriginalItem71>Implementations§
Source§impl OriginalNotificationReference121
impl OriginalNotificationReference121
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for OriginalNotificationReference121
impl Clone for OriginalNotificationReference121
Source§fn clone(&self) -> OriginalNotificationReference121
fn clone(&self) -> OriginalNotificationReference121
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 Default for OriginalNotificationReference121
impl Default for OriginalNotificationReference121
Source§fn default() -> OriginalNotificationReference121
fn default() -> OriginalNotificationReference121
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OriginalNotificationReference121
impl<'de> Deserialize<'de> for OriginalNotificationReference121
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 OriginalNotificationReference121
impl PartialEq for OriginalNotificationReference121
Source§fn eq(&self, other: &OriginalNotificationReference121) -> bool
fn eq(&self, other: &OriginalNotificationReference121) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OriginalNotificationReference121
Auto Trait Implementations§
impl Freeze for OriginalNotificationReference121
impl RefUnwindSafe for OriginalNotificationReference121
impl Send for OriginalNotificationReference121
impl Sync for OriginalNotificationReference121
impl Unpin for OriginalNotificationReference121
impl UnwindSafe for OriginalNotificationReference121
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