Skip to content

Commit 8852b12

Browse files
committed
Make AuthMonitorOptions copyable
1 parent 22fa726 commit 8852b12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/auth_monitor_options.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use std::fmt::{Display, Formatter};
22

3+
#[derive(Copy, Clone)]
34
pub struct AuthMonitorOptions {
45
pub max_failed_attempts: i32,
56
pub reset_after_seconds: i32,

0 commit comments

Comments
 (0)