Struct tls_parser::tls::TlsMessageApplicationData [−][src]
TLS application data
Since this message can only be sent after the handshake, data is stored as opaque.
Fields
blob: &'a [u8]
Trait Implementations
impl<'a> Clone for TlsMessageApplicationData<'a>[src]
impl<'a> Clone for TlsMessageApplicationData<'a>fn clone(&self) -> TlsMessageApplicationData<'a>[src]
fn clone(&self) -> TlsMessageApplicationData<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Debug for TlsMessageApplicationData<'a>[src]
impl<'a> Debug for TlsMessageApplicationData<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for TlsMessageApplicationData<'a>[src]
impl<'a> PartialEq for TlsMessageApplicationData<'a>fn eq(&self, other: &TlsMessageApplicationData<'a>) -> bool[src]
fn eq(&self, other: &TlsMessageApplicationData<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TlsMessageApplicationData<'a>) -> bool[src]
fn ne(&self, other: &TlsMessageApplicationData<'a>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<'a> Send for TlsMessageApplicationData<'a>
impl<'a> Send for TlsMessageApplicationData<'a>impl<'a> Sync for TlsMessageApplicationData<'a>
impl<'a> Sync for TlsMessageApplicationData<'a>