Struct rustls::client::common::ClientHelloDetails
source · pub(super) struct ClientHelloDetails {
pub(super) sent_extensions: Vec<ExtensionType>,
}
Fields§
§sent_extensions: Vec<ExtensionType>
Implementations§
source§impl ClientHelloDetails
impl ClientHelloDetails
pub(super) fn new() -> Self
pub(super) fn server_may_send_sct_list(&self) -> bool
pub(super) fn server_sent_unsolicited_extensions( &self, received_exts: &[ServerExtension], allowed_unsolicited: &[ExtensionType], ) -> bool
Auto Trait Implementations§
impl Freeze for ClientHelloDetails
impl RefUnwindSafe for ClientHelloDetails
impl Send for ClientHelloDetails
impl Sync for ClientHelloDetails
impl Unpin for ClientHelloDetails
impl UnwindSafe for ClientHelloDetails
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