pub enum Fail2BanEvent {
Found,
Ban,
Unban,
Restore,
Ignore,
AlreadyBanned,
Failed,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for Fail2BanEvent
impl Clone for Fail2BanEvent
Source§fn clone(&self) -> Fail2BanEvent
fn clone(&self) -> Fail2BanEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Fail2BanEvent
impl Debug for Fail2BanEvent
Source§impl Display for Fail2BanEvent
impl Display for Fail2BanEvent
Source§impl PartialEq for Fail2BanEvent
impl PartialEq for Fail2BanEvent
impl StructuralPartialEq for Fail2BanEvent
Auto Trait Implementations§
impl Freeze for Fail2BanEvent
impl RefUnwindSafe for Fail2BanEvent
impl Send for Fail2BanEvent
impl Sync for Fail2BanEvent
impl Unpin for Fail2BanEvent
impl UnsafeUnpin for Fail2BanEvent
impl UnwindSafe for Fail2BanEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more