Enum cargo_wix::TimestampServer [] [src]

pub enum TimestampServer {
    Custom(String),
    Comodo,
    Verisign,
}

The aliases for the URLs to different Microsoft Authenticode timestamp servers.

Variants

A URL to a timestamp server.

The alias for the Comodo timestamp server.

The alias for the Verisign timestamp server.

Methods

impl TimestampServer
[src]

[src]

Gets the URL of the timestamp server for an alias.

Trait Implementations

impl Debug for TimestampServer
[src]

[src]

Formats the value using the given formatter.

impl Clone for TimestampServer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for TimestampServer
[src]

[src]

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

[src]

This method tests for !=.

impl Display for TimestampServer
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for TimestampServer
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more