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