pub struct TransactionOrError6Choice {
pub tx: Option<Transaction159>,
pub biz_err: Option<Vec<ErrorHandling5>>,
}Fields§
§tx: Option<Transaction159>§biz_err: Option<Vec<ErrorHandling5>>Implementations§
Source§impl TransactionOrError6Choice
impl TransactionOrError6Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionOrError6Choice
impl RefUnwindSafe for TransactionOrError6Choice
impl Send for TransactionOrError6Choice
impl Sync for TransactionOrError6Choice
impl Unpin for TransactionOrError6Choice
impl UnwindSafe for TransactionOrError6Choice
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