Enum log_analysis::LogType
source · pub enum LogType {
Show 27 variants
CONN,
DNS,
HTTP,
FILES,
FTP,
SSL,
X509,
SMTP,
SSH,
PE,
DHCP,
NTP,
SMB,
IRC,
RDP,
LDAP,
QUIC,
TRACEROUTE,
TUNNEL,
DPD,
KNOWN,
SOFTWARE,
WEIRD,
NOTICE,
CAPTURE_LOSS,
REPORTER,
SIP,
}Variants§
CONN
DNS
HTTP
FILES
FTP
SSL
X509
SMTP
SSH
PE
DHCP
NTP
SMB
IRC
RDP
LDAP
QUIC
TRACEROUTE
TUNNEL
DPD
KNOWN
SOFTWARE
WEIRD
NOTICE
CAPTURE_LOSS
REPORTER
SIP
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogType
impl RefUnwindSafe for LogType
impl Send for LogType
impl Sync for LogType
impl Unpin for LogType
impl UnwindSafe for LogType
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