We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fa726 commit 8852b12Copy full SHA for 8852b12
src/auth_monitor_options.rs
@@ -1,5 +1,6 @@
1
use std::fmt::{Display, Formatter};
2
3
+#[derive(Copy, Clone)]
4
pub struct AuthMonitorOptions {
5
pub max_failed_attempts: i32,
6
pub reset_after_seconds: i32,
0 commit comments