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