Struct tls_parser::TlsNewSessionTicketContent [−][src]
Expand description
Session ticket, as defined in RFC5077
Fields
ticket_lifetime_hint: u32ticket: &'a [u8]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for TlsNewSessionTicketContent<'a>
impl<'a> Send for TlsNewSessionTicketContent<'a>
impl<'a> Sync for TlsNewSessionTicketContent<'a>
impl<'a> Unpin for TlsNewSessionTicketContent<'a>
impl<'a> UnwindSafe for TlsNewSessionTicketContent<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more