Struct opentimestamps::timestamp::Timestamp [] [src]

pub struct Timestamp {
    pub start_digest: Vec<u8>,
    pub first_step: Step,
}

Main structure representing a timestamp

Fields

The starting document digest

The first execution step in verifying it

Methods

impl Timestamp
[src]

Deserialize a timestamp

Serialize a timestamp

Trait Implementations

impl Clone for Timestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Timestamp
[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 Timestamp
[src]

impl Debug for Timestamp
[src]

Formats the value using the given formatter.

impl Display for Timestamp
[src]

Formats the value using the given formatter. Read more