Struct tls_parser::tls::TlsNewSessionTicketContent
[−]
[src]
pub struct TlsNewSessionTicketContent<'a> {
pub ticket_lifetime_hint: u32,
pub ticket: &'a [u8],
}Session ticket, as defined in RFC5077
Fields
ticket_lifetime_hint: u32
ticket: &'a [u8]
Trait Implementations
impl<'a> Clone for TlsNewSessionTicketContent<'a>[src]
fn clone(&self) -> TlsNewSessionTicketContent<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<'a> Debug for TlsNewSessionTicketContent<'a>[src]
impl<'a> PartialEq for TlsNewSessionTicketContent<'a>[src]
fn eq(&self, __arg_0: &TlsNewSessionTicketContent<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TlsNewSessionTicketContent<'a>) -> bool
This method tests for !=.