pub struct PreBlock {
pub block: generic_block,
pub justifications: Option<justifications>,
}
Fields§
§block: generic_block
§justifications: Option<justifications>
Trait Implementations§
source§impl<'de> Deserialize<'de> for PreBlock
impl<'de> Deserialize<'de> for PreBlock
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 RefUnwindSafe for PreBlock
impl Send for PreBlock
impl Sync for PreBlock
impl Unpin for PreBlock
impl UnwindSafe for PreBlock
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