Enum tugger_windows_codesign::TimestampServer [−][src]
Describes a timestamp server to use during signing.
Variants
Simple(String)
Simple timestamp server.
Corresponds to /t
flag to signtool.
RFC 3161 timestamp server.
First item is the URL, second is signing algorithm. Corresponds to signtool
flags /tr
and /td
.
Trait Implementations
impl Clone for TimestampServer
[src]
impl Clone for TimestampServer
[src]fn clone(&self) -> TimestampServer
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for TimestampServer
impl RefUnwindSafe for TimestampServer
impl Send for TimestampServer
impl Send for TimestampServer
impl Sync for TimestampServer
impl Sync for TimestampServer
impl Unpin for TimestampServer
impl Unpin for TimestampServer
impl UnwindSafe for TimestampServer
impl UnwindSafe for TimestampServer