Side
Data
rustls
0.21.12
Side
Data
Implementors
In crate rustls
Modules
cipher_suite
client
internal
kx_group
manual
server
sign
version
Structs
Certificate
CommonState
ConfigBuilder
ConnectionCommon
DigitallySignedStruct
DistinguishedName
IoState
KeyLogFile
NoKeyLog
OwnedTrustAnchor
PrivateKey
Reader
RootCertStore
Stream
StreamOwned
SupportedKxGroup
SupportedProtocolVersion
Ticketer
Tls12CipherSuite
Tls13CipherSuite
WantsCipherSuites
WantsKxGroups
WantsVerifier
WantsVersions
Writer
Enums
AlertDescription
BulkAlgorithm
CertRevocationListError
CertificateError
CipherSuite
Connection
ContentType
Error
HandshakeType
InvalidMessage
NamedGroup
PeerIncompatible
PeerMisbehaved
ProtocolVersion
Side
SignatureAlgorithm
SignatureScheme
SupportedCipherSuite
Statics
ALL_CIPHER_SUITES
ALL_KX_GROUPS
ALL_VERSIONS
DEFAULT_CIPHER_SUITES
DEFAULT_VERSIONS
Traits
ConfigSide
KeyLog
SideData
rustls
Trait
SideData
Copy item path
Settings
Help
Summary
Source
pub trait SideData { }
Expand description
Data specific to the peer’s side (client or server).
Implementors
§
Source
§
impl
SideData
for
ClientConnectionData
Source
§
impl
SideData
for
ServerConnectionData