pub struct NullTlsDriver;
Expand description
A TLS driver that fails when TLS is requested.
Trait Implementations§
Source§impl Default for NullTlsDriver
impl Default for NullTlsDriver
Source§fn default() -> NullTlsDriver
fn default() -> NullTlsDriver
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NullTlsDriver
impl RefUnwindSafe for NullTlsDriver
impl Send for NullTlsDriver
impl Sync for NullTlsDriver
impl Unpin for NullTlsDriver
impl UnwindSafe for NullTlsDriver
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