pub struct RawBlockProof {
pub complete: bool,
pub from: BlockRaw,
pub to: BlockRaw,
pub steps: Vec<BlockProofStep>,
}Fields§
§complete: bool§from: BlockRaw§to: BlockRaw§steps: Vec<BlockProofStep>Trait Implementations§
Source§impl Debug for RawBlockProof
impl Debug for RawBlockProof
Source§impl<'de> Deserialize<'de> for RawBlockProof
impl<'de> Deserialize<'de> for RawBlockProof
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RawBlockProof
impl RefUnwindSafe for RawBlockProof
impl Send for RawBlockProof
impl Sync for RawBlockProof
impl Unpin for RawBlockProof
impl UnsafeUnpin for RawBlockProof
impl UnwindSafe for RawBlockProof
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