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<'static>,
prev_ech_ext: Option<ClientExtension>,
}
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<'static>
§prev_ech_ext: Option<ClientExtension>
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