pub struct PaymentIdentification8 {
pub instr_id: Option<String>,
pub end_to_end_id: String,
pub tx_id: Option<String>,
pub uetr: Option<String>,
}Fields§
§instr_id: Option<String>§end_to_end_id: String§tx_id: Option<String>§uetr: Option<String>Implementations§
Source§impl PaymentIdentification8
impl PaymentIdentification8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentIdentification8
impl RefUnwindSafe for PaymentIdentification8
impl Send for PaymentIdentification8
impl Sync for PaymentIdentification8
impl Unpin for PaymentIdentification8
impl UnwindSafe for PaymentIdentification8
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