Struct tss_esapi::structures::HashcheckTicket
source · pub struct HashcheckTicket { /* private fields */ }Trait Implementations§
source§impl Clone for HashcheckTicket
impl Clone for HashcheckTicket
source§fn clone(&self) -> HashcheckTicket
fn clone(&self) -> HashcheckTicket
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HashcheckTicket
impl Debug for HashcheckTicket
source§impl Ticket for HashcheckTicket
impl Ticket for HashcheckTicket
source§const POSSIBLE_TAGS: &'static [StructureTag] = _
const POSSIBLE_TAGS: &'static [StructureTag] = _
The tag of the verified ticket.
source§fn tag(&self) -> StructureTag
fn tag(&self) -> StructureTag
Get the tag associated with the hashcheck ticket.