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: u32age_add: u32nonce: PayloadU8ticket: PayloadU16exts: NewSessionTicketExtensionsImplementations
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().