Struct SSLContextConfigurator
#[repr(C)]pub struct SSLContextConfigurator { /* private fields */ }Expand description
Opaque type for SSLContextConfigurator (from System namespace)
Trait Implementations§
§impl ExternType for SSLContextConfigurator
impl ExternType for SSLContextConfigurator
Auto Trait Implementations§
impl !Freeze for SSLContextConfigurator
impl RefUnwindSafe for SSLContextConfigurator
impl !Send for SSLContextConfigurator
impl !Sync for SSLContextConfigurator
impl !Unpin for SSLContextConfigurator
impl UnwindSafe for SSLContextConfigurator
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