Struct tls_parser::KeyUpdateRequest [−][src]
pub struct KeyUpdateRequest(pub u8);
Expand description
Key update request (TLS 1.3)
Tuple Fields
0: u8
Implementations
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 RefUnwindSafe for KeyUpdateRequest
impl Send for KeyUpdateRequest
impl Sync for KeyUpdateRequest
impl Unpin for KeyUpdateRequest
impl UnwindSafe for KeyUpdateRequest
Blanket Implementations
Mutably borrows from an owned value. Read more