Struct rustls::internal::msgs::handshake::PresharedKeyIdentity [−][src]
pub struct PresharedKeyIdentity {
pub identity: PayloadU16,
pub obfuscated_ticket_age: u32,
}
Fields
identity: PayloadU16
obfuscated_ticket_age: u32
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 PresharedKeyIdentity
impl Send for PresharedKeyIdentity
impl Sync for PresharedKeyIdentity
impl Unpin for PresharedKeyIdentity
impl UnwindSafe for PresharedKeyIdentity
Blanket Implementations
Mutably borrows from an owned value. Read more