Struct EthGetBlockByNumber
pub struct EthGetBlockByNumber {
pub block: BlockNumber,
pub full_tx: bool,
}Fields§
§block: BlockNumber§full_tx: boolTrait Implementations§
§impl Debug for EthGetBlockByNumber
impl Debug for EthGetBlockByNumber
§impl JsonRPCMsgT for EthGetBlockByNumber
impl JsonRPCMsgT for EthGetBlockByNumber
fn method() -> &'static str
fn into_params(self) -> impl ToRpcParams + Send + 'static
Auto Trait Implementations§
impl Freeze for EthGetBlockByNumber
impl RefUnwindSafe for EthGetBlockByNumber
impl Send for EthGetBlockByNumber
impl Sync for EthGetBlockByNumber
impl Unpin for EthGetBlockByNumber
impl UnwindSafe for EthGetBlockByNumber
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