pub struct GetBlock {
pub hash: BlockHash,
}Expand description
Query to get a specific block by hash
Fields§
§hash: BlockHashImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetBlock
impl RefUnwindSafe for GetBlock
impl Send for GetBlock
impl Sync for GetBlock
impl Unpin for GetBlock
impl UnsafeUnpin for GetBlock
impl UnwindSafe for GetBlock
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