pub struct rustls_hpke { /* private fields */ }
Expand description
A collection of supported Hybrid Public Key Encryption (HPKE) suites.
rustls_hpke
can be provided to rustls_client_config_builder_enable_ech
and
rustls_client_config_builder_enable_ech_grease()
to customize a
rustls_client_config_builder
to use Encrypted Client Hello (ECH).
Auto Trait Implementations§
impl Freeze for rustls_hpke
impl RefUnwindSafe for rustls_hpke
impl Send for rustls_hpke
impl Sync for rustls_hpke
impl Unpin for rustls_hpke
impl UnwindSafe for rustls_hpke
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