Struct libfortress::EntryHistory[][src]

pub struct EntryHistory {
    pub time: u64,
    pub data: HashMap<String, String>,
}

Fields

Methods

impl EntryHistory
[src]

Trait Implementations

impl Clone for EntryHistory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for EntryHistory
[src]

impl PartialEq for EntryHistory
[src]

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

This method tests for !=.

impl Debug for EntryHistory
[src]

Formats the value using the given formatter. Read more

impl<'a, Q: ?Sized> Index<&'a Q> for EntryHistory where
    Q: Eq + Hash,
    String: Borrow<Q>, 
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

Auto Trait Implementations