Struct tls_parser::TlsMessageApplicationData [−][src]
Expand description
TLS application data
Since this message can only be sent after the handshake, data is stored as opaque.
Fields
blob: &'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 TlsMessageApplicationData<'a>
impl<'a> Send for TlsMessageApplicationData<'a>
impl<'a> Sync for TlsMessageApplicationData<'a>
impl<'a> Unpin for TlsMessageApplicationData<'a>
impl<'a> UnwindSafe for TlsMessageApplicationData<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more