Struct ots::ser::DetachedTimestampFile [] [src]

pub struct DetachedTimestampFile {
    pub digest_type: DigestType,
    pub timestamp: Timestamp,
}

Structure representing an info file

Fields

The claimed hash function used to produce the document digest

The actual timestamp data

Methods

impl DetachedTimestampFile
[src]

Deserialize a info file from a reader

Serialize the file into a reader

Trait Implementations

impl Clone for DetachedTimestampFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DetachedTimestampFile
[src]

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

This method tests for !=.

impl Eq for DetachedTimestampFile
[src]

impl Debug for DetachedTimestampFile
[src]

Formats the value using the given formatter.

impl Display for DetachedTimestampFile
[src]

Formats the value using the given formatter. Read more