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