pub struct TxAux {
pub tx: CborDataOf<Tx>,
pub witness: TxWitnesses,
}Fields§
§tx: CborDataOf<Tx>§witness: TxWitnessesImplementations§
Trait Implementations§
impl Eq for TxAux
impl StructuralPartialEq for TxAux
Auto Trait Implementations§
impl Freeze for TxAux
impl RefUnwindSafe for TxAux
impl Send for TxAux
impl Sync for TxAux
impl Unpin for TxAux
impl UnwindSafe for TxAux
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