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