Struct archiveis::Archived[][src]

pub struct Archived {
    pub target_url: String,
    pub archived_url: String,
    pub time_stamp: Option<DateTime<Utc>>,
    pub submit_token: String,
}

Represents a result of the capture service

Fields

The requested url to archive with the archive.is capture service

The archive.is url that archives the target_url

The time stamp when the site was archived

The submitid token used to authorize access on the archive.is server

Trait Implementations

impl Debug for Archived
[src]

Formats the value using the given formatter. Read more

impl Clone for Archived
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Archived

impl Sync for Archived