Struct rustls::internal::msgs::handshake::PresharedKeyOffer [−][src]
pub struct PresharedKeyOffer {
pub identities: PresharedKeyIdentities,
pub binders: PresharedKeyBinders,
}
Fields
identities: PresharedKeyIdentities
binders: PresharedKeyBinders
Implementations
Make a new one with one entry.
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 PresharedKeyOffer
impl Send for PresharedKeyOffer
impl Sync for PresharedKeyOffer
impl Unpin for PresharedKeyOffer
impl UnwindSafe for PresharedKeyOffer
Blanket Implementations
Mutably borrows from an owned value. Read more