pub(crate) struct HostTls {
pub(crate) owp: Option<ServerTls>,
pub(crate) stomp: Option<ClientTls>,
}Expand description
TLS material the host built before any adapter touched a socket.
Fields§
§owp: Option<ServerTls>§stomp: Option<ClientTls>Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostTls
impl !RefUnwindSafe for HostTls
impl Send for HostTls
impl Sync for HostTls
impl Unpin for HostTls
impl !UnwindSafe for HostTls
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