1 2 3 4 5 6 7 8
/// TLS client authentication mode. #[derive(Clone, Copy)] pub enum TlsMode { /// No client authentication NoClient, /// with Drogue specific client authentication Client, }