Struct rustls::internal::msgs::handshake::NewSessionTicketPayloadTLS13 [−][src]
pub struct NewSessionTicketPayloadTLS13 {
pub lifetime: u32,
pub age_add: u32,
pub nonce: PayloadU8,
pub ticket: PayloadU16,
pub exts: NewSessionTicketExtensions,
}
Fields
lifetime: u32
age_add: u32
nonce: PayloadU8
ticket: PayloadU16
exts: NewSessionTicketExtensions
Implementations
Trait Implementations
Decode yourself by fiddling with the Reader
.
Return Some if it worked, None if not. Read more
Convenience function to get the results of encode()
.