Enum webauthn_rs::proto::TpmSt[][src]

#[repr(u16)]
pub enum TpmSt {
Show 20 variants RspCommand, Null, NoSessions, Sessions, ReservedA, ReservedB, AttestNV, AttestCommandAudit, AttestSessionAudit, AttestCertify, AttestQuote, AttestTime, AttestCreation, ReservedC, Creation, Verified, AuthSecret, Hashcheck, AuthSigned, FUManifest,
}
Expand description

Tpm statement types.

Variants

RspCommand

Unused

Null

Unused

NoSessions

Unused

Sessions

Unused

ReservedA

Unused

ReservedB

Unused

AttestNV

Unused

AttestCommandAudit

Unused

AttestSessionAudit

Unused

AttestCertify

Denote that this attestation contains a certify statement.

AttestQuote

Unused

AttestTime

Unused

AttestCreation

Unused

ReservedC

Unused

Creation

Unused

Verified

Unused

AuthSecret

Unused

Hashcheck

Unused

AuthSigned

Unused

FUManifest

Unused

Trait Implementations

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.