pub struct TlsExtConfig { /* private fields */ }
Implementations§
Source§impl TlsExtConfig
impl TlsExtConfig
Trait Implementations§
Source§impl Debug for TlsExtConfig
impl Debug for TlsExtConfig
Source§impl Default for TlsExtConfig
impl Default for TlsExtConfig
Source§fn default() -> TlsExtConfig
fn default() -> TlsExtConfig
Returns the “default value” for a type. Read more
Source§impl Display for TlsExtConfig
impl Display for TlsExtConfig
Auto Trait Implementations§
impl Freeze for TlsExtConfig
impl RefUnwindSafe for TlsExtConfig
impl Send for TlsExtConfig
impl Sync for TlsExtConfig
impl Unpin for TlsExtConfig
impl UnwindSafe for TlsExtConfig
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