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