pub struct NoOpTlsConnectionMiddleware;Expand description
A TLS connection middleware that does nothing.
Trait Implementations§
Source§impl Clone for NoOpTlsConnectionMiddleware
impl Clone for NoOpTlsConnectionMiddleware
Source§fn clone(&self) -> NoOpTlsConnectionMiddleware
fn clone(&self) -> NoOpTlsConnectionMiddleware
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoOpTlsConnectionMiddleware
Auto Trait Implementations§
impl Freeze for NoOpTlsConnectionMiddleware
impl RefUnwindSafe for NoOpTlsConnectionMiddleware
impl Send for NoOpTlsConnectionMiddleware
impl Sync for NoOpTlsConnectionMiddleware
impl Unpin for NoOpTlsConnectionMiddleware
impl UnwindSafe for NoOpTlsConnectionMiddleware
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