pub struct HeaderShelley {
pub body: HeaderBodyShelley,
pub sig: Bytes,
}
Fields§
§body: HeaderBodyShelley
§sig: Bytes
Implementations§
Source§impl HeaderShelley
impl HeaderShelley
Trait Implementations§
Source§impl Clone for HeaderShelley
impl Clone for HeaderShelley
Source§fn clone(&self) -> HeaderShelley
fn clone(&self) -> HeaderShelley
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 HeaderShelley
impl Debug for HeaderShelley
Source§impl Decode for HeaderShelley
impl Decode for HeaderShelley
Source§impl From<HeaderShelley> for Header
impl From<HeaderShelley> for Header
Source§fn from(h: HeaderShelley) -> Header
fn from(h: HeaderShelley) -> Header
Converts to this type from the input type.
Source§impl PartialEq for HeaderShelley
impl PartialEq for HeaderShelley
impl Eq for HeaderShelley
impl StructuralPartialEq for HeaderShelley
Auto Trait Implementations§
impl Freeze for HeaderShelley
impl RefUnwindSafe for HeaderShelley
impl Send for HeaderShelley
impl Sync for HeaderShelley
impl Unpin for HeaderShelley
impl UnwindSafe for HeaderShelley
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