[][src]Struct ethereum_json_rpc::ObjectQn4RqE6Z

pub struct ObjectQn4RqE6Z {
    pub current_block: Option<String>,
    pub highest_block: Option<String>,
    pub known_states: Option<String>,
    pub pulled_states: Option<String>,
    pub starting_block: Option<String>,
}

Fields

current_block: Option<String>

The current block, same as eth_blockNumber

highest_block: Option<String>

The estimated highest block

known_states: Option<String>

The known states

pulled_states: Option<String>

The pulled states

starting_block: Option<String>

Block at which the import started (will only be reset, after the sync reached his head)

Trait Implementations

impl Clone for ObjectQn4RqE6Z[src]

impl PartialEq<ObjectQn4RqE6Z> for ObjectQn4RqE6Z[src]

impl Debug for ObjectQn4RqE6Z[src]

impl Serialize for ObjectQn4RqE6Z[src]

impl<'de> Deserialize<'de> for ObjectQn4RqE6Z[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]