pub enum BlockDecodeOutput {
Info(BlockInfo),
Header(BlockHeaderInfo),
}Variants§
Info(BlockInfo)
Header(BlockHeaderInfo)
Trait Implementations§
Source§impl Debug for BlockDecodeOutput
impl Debug for BlockDecodeOutput
Auto Trait Implementations§
impl Freeze for BlockDecodeOutput
impl RefUnwindSafe for BlockDecodeOutput
impl Send for BlockDecodeOutput
impl Sync for BlockDecodeOutput
impl Unpin for BlockDecodeOutput
impl UnwindSafe for BlockDecodeOutput
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