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