Struct miden_objects::transaction::TransactionOutputs
source · pub struct TransactionOutputs {
pub account: AccountStub,
pub output_notes: OutputNotes,
}Expand description
Describes the result of executing a transaction.
Fields§
§account: AccountStub§output_notes: OutputNotesTrait Implementations§
source§impl Clone for TransactionOutputs
impl Clone for TransactionOutputs
source§fn clone(&self) -> TransactionOutputs
fn clone(&self) -> TransactionOutputs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TransactionOutputs
impl Debug for TransactionOutputs
source§impl PartialEq for TransactionOutputs
impl PartialEq for TransactionOutputs
source§fn eq(&self, other: &TransactionOutputs) -> bool
fn eq(&self, other: &TransactionOutputs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TransactionOutputs
impl StructuralPartialEq for TransactionOutputs
Auto Trait Implementations§
impl Freeze for TransactionOutputs
impl RefUnwindSafe for TransactionOutputs
impl Send for TransactionOutputs
impl Sync for TransactionOutputs
impl Unpin for TransactionOutputs
impl UnwindSafe for TransactionOutputs
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