Enum sentry::application::EnableTls
source · pub enum EnableTls {
NoTls(SocketAddr),
Tls {
socket_addr: SocketAddr,
config: RustlsConfig,
},
}
Expand description
Either enable or do not the Tls support.
Variants
NoTls(SocketAddr)
Tls
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EnableTls
impl Send for EnableTls
impl Sync for EnableTls
impl Unpin for EnableTls
impl !UnwindSafe for EnableTls
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more