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