We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f449624 commit f09c666Copy full SHA for f09c666
rust/driver/snowflake/src/database/builder.rs
@@ -40,6 +40,7 @@ use crate::{
40
41
/// Authentication types.
42
#[derive(Copy, Clone, Debug, Default)]
43
+#[non_exhaustive]
44
pub enum AuthType {
45
/// General username password authentication
46
#[default]
@@ -102,6 +103,7 @@ impl str::FromStr for AuthType {
102
103
104
/// Protocol types.
105
106
107
pub enum Protocol {
108
/// Use `https`.
109
@@ -144,6 +146,7 @@ impl str::FromStr for Protocol {
144
146
145
147
/// Log levels.
148
149
150
pub enum LogLevel {
151
/// Trace level
152
Trace,
0 commit comments