Struct ethjson::misc::DappsHistory[][src]

pub struct DappsHistory {
    pub last_accessed: u64,
}

History for specific dapp.

Fields

Last accessed timestamp

Methods

impl DappsHistory
[src]

Read a hash map of DappId -> $name

Write a hash map of DappId -> $name

Trait Implementations

impl Clone for DappsHistory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DappsHistory
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DappsHistory
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DappsHistory

impl Sync for DappsHistory