Struct rustls::internal::msgs::handshake::KeyShareEntry [−][src]
pub struct KeyShareEntry {
pub group: NamedGroup,
pub payload: PayloadU16,
}
Fields
group: NamedGroup
payload: PayloadU16
Implementations
Trait Implementations
Decode yourself by fiddling with the Reader
.
Return Some if it worked, None if not. Read more
Convenience function to get the results of encode()
.
Auto Trait Implementations
impl RefUnwindSafe for KeyShareEntry
impl Send for KeyShareEntry
impl Sync for KeyShareEntry
impl Unpin for KeyShareEntry
impl UnwindSafe for KeyShareEntry
Blanket Implementations
Mutably borrows from an owned value. Read more