Struct common_types::engines::epoch::PendingTransition
source · [−]Expand description
An epoch transition pending a finality proof. Not all transitions need one.
Fields
proof: Vec<u8>
“transition/epoch” proof from the engine.
Trait Implementations
sourceimpl Decodable for PendingTransition
impl Decodable for PendingTransition
sourcefn decode(rlp: &Rlp<'_>) -> Result<Self, DecoderError>
fn decode(rlp: &Rlp<'_>) -> Result<Self, DecoderError>
Decode a value from RLP bytes
Auto Trait Implementations
impl RefUnwindSafe for PendingTransition
impl Send for PendingTransition
impl Sync for PendingTransition
impl Unpin for PendingTransition
impl UnwindSafe for PendingTransition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more