pub enum Fail2BanLevel {
Info,
Notice,
Warning,
Error,
Debug,
}Variants§
Trait Implementations§
Source§impl Clone for Fail2BanLevel
impl Clone for Fail2BanLevel
Source§fn clone(&self) -> Fail2BanLevel
fn clone(&self) -> Fail2BanLevel
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 Fail2BanLevel
impl Debug for Fail2BanLevel
Source§impl Display for Fail2BanLevel
impl Display for Fail2BanLevel
Source§impl PartialEq for Fail2BanLevel
impl PartialEq for Fail2BanLevel
impl StructuralPartialEq for Fail2BanLevel
Auto Trait Implementations§
impl Freeze for Fail2BanLevel
impl RefUnwindSafe for Fail2BanLevel
impl Send for Fail2BanLevel
impl Sync for Fail2BanLevel
impl Unpin for Fail2BanLevel
impl UnsafeUnpin for Fail2BanLevel
impl UnwindSafe for Fail2BanLevel
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