Struct axum_util::tls_acceptor::TlsIncoming
source · pub struct TlsIncoming { /* private fields */ }Implementations§
source§impl TlsIncoming
impl TlsIncoming
Auto Trait Implementations§
impl !RefUnwindSafe for TlsIncoming
impl Send for TlsIncoming
impl Sync for TlsIncoming
impl Unpin for TlsIncoming
impl !UnwindSafe for TlsIncoming
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