pub struct BlockByron {
pub header: Header,
pub body: Body,
pub extra: AnyCbor,
}
Fields§
§header: Header
§body: Body
§extra: AnyCbor
Trait Implementations§
Source§impl Clone for BlockByron
impl Clone for BlockByron
Source§fn clone(&self) -> BlockByron
fn clone(&self) -> BlockByron
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 BlockByron
impl Debug for BlockByron
Source§impl Decode for BlockByron
impl Decode for BlockByron
Source§impl PartialEq for BlockByron
impl PartialEq for BlockByron
impl Eq for BlockByron
impl StructuralPartialEq for BlockByron
Auto Trait Implementations§
impl Freeze for BlockByron
impl RefUnwindSafe for BlockByron
impl Send for BlockByron
impl Sync for BlockByron
impl Unpin for BlockByron
impl UnwindSafe for BlockByron
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