pub struct BlockAlonzo {
pub header: HeaderShelley,
pub tx_bodies: TransactionBodies,
pub tx_witnesses: TransactionWitnesses,
pub metadata_set: MetadataSet,
pub invalid_tx: TxIndexes,
}
Fields§
§header: HeaderShelley
§tx_bodies: TransactionBodies
§tx_witnesses: TransactionWitnesses
§metadata_set: MetadataSet
§invalid_tx: TxIndexes
Trait Implementations§
Source§impl Clone for BlockAlonzo
impl Clone for BlockAlonzo
Source§fn clone(&self) -> BlockAlonzo
fn clone(&self) -> BlockAlonzo
Returns a duplicate 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 BlockAlonzo
impl Debug for BlockAlonzo
Source§impl Decode for BlockAlonzo
impl Decode for BlockAlonzo
Source§impl PartialEq for BlockAlonzo
impl PartialEq for BlockAlonzo
impl Eq for BlockAlonzo
impl StructuralPartialEq for BlockAlonzo
Auto Trait Implementations§
impl Freeze for BlockAlonzo
impl RefUnwindSafe for BlockAlonzo
impl Send for BlockAlonzo
impl Sync for BlockAlonzo
impl Unpin for BlockAlonzo
impl UnwindSafe for BlockAlonzo
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