☰
SideData
SideData
Implementors
In 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
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
?
Trait
rustls
::
SideData
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