[][src]Struct node_types::Status

pub struct Status {
    pub sync_time_remaining: Option<u64>,
    pub current_block: u64,
    pub last_check: NaiveDateTime,
    pub state: NodeState,
    pub limits: Limits,
    pub node_monitor_version: String,
}

Fields

sync_time_remaining: Option<u64>current_block: u64last_check: NaiveDateTimestate: NodeStatelimits: Limitsnode_monitor_version: String

Trait Implementations

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

impl Serialize for Status[src]

Auto Trait Implementations

impl RefUnwindSafe for Status

impl Send for Status

impl Sync for Status

impl Unpin for Status

impl UnwindSafe for Status

Blanket Implementations

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

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

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

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

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

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

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.