pub struct PaymentIdentification7 {
pub instr_id: Option<String>,
pub end_to_end_id: String,
pub tx_id: Option<String>,
pub uetr: Option<String>,
pub clr_sys_ref: Option<String>,
}Fields§
§instr_id: Option<String>§end_to_end_id: String§tx_id: Option<String>§uetr: Option<String>§clr_sys_ref: Option<String>Implementations§
Source§impl PaymentIdentification7
impl PaymentIdentification7
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for PaymentIdentification7
impl Clone for PaymentIdentification7
Source§fn clone(&self) -> PaymentIdentification7
fn clone(&self) -> PaymentIdentification7
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 PaymentIdentification7
impl Debug for PaymentIdentification7
Source§impl Default for PaymentIdentification7
impl Default for PaymentIdentification7
Source§fn default() -> PaymentIdentification7
fn default() -> PaymentIdentification7
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaymentIdentification7
impl<'de> Deserialize<'de> for PaymentIdentification7
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 PaymentIdentification7
impl PartialEq for PaymentIdentification7
Source§impl Serialize for PaymentIdentification7
impl Serialize for PaymentIdentification7
impl StructuralPartialEq for PaymentIdentification7
Auto Trait Implementations§
impl Freeze for PaymentIdentification7
impl RefUnwindSafe for PaymentIdentification7
impl Send for PaymentIdentification7
impl Sync for PaymentIdentification7
impl Unpin for PaymentIdentification7
impl UnwindSafe for PaymentIdentification7
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