Struct rustls::client::hs::ClientHelloInput
source · struct ClientHelloInput {
config: Arc<ClientConfig>,
resuming: Option<Retrieved<ClientSessionValue>>,
random: Random,
using_ems: bool,
sent_tls13_fake_ccs: bool,
hello: ClientHelloDetails,
session_id: SessionId,
server_name: ServerName,
}
Fields§
§config: Arc<ClientConfig>
§resuming: Option<Retrieved<ClientSessionValue>>
§random: Random
§using_ems: bool
§sent_tls13_fake_ccs: bool
§hello: ClientHelloDetails
§session_id: SessionId
§server_name: ServerName
Auto Trait Implementations§
impl Freeze for ClientHelloInput
impl !RefUnwindSafe for ClientHelloInput
impl Send for ClientHelloInput
impl Sync for ClientHelloInput
impl Unpin for ClientHelloInput
impl !UnwindSafe for ClientHelloInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more