pub struct GetBlockResponse {
pub block: Block,
pub extras: Option<Extras>,
}
Fields§
§block: Block
§extras: Option<Extras>
Trait Implementations§
Source§impl Debug for GetBlockResponse
impl Debug for GetBlockResponse
Source§impl<'de> Deserialize<'de> for GetBlockResponse
impl<'de> Deserialize<'de> for GetBlockResponse
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 GetBlockResponse
impl RefUnwindSafe for GetBlockResponse
impl Send for GetBlockResponse
impl Sync for GetBlockResponse
impl Unpin for GetBlockResponse
impl UnwindSafe for GetBlockResponse
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