Enum honeypot_blacklist::VisitorClass [] [src]

pub enum VisitorClass {
    SearchEngine {
        name: String,
    },
    Suspicious,
    Harvester,
    CommentSpammer,
    SuspiciousHarvester,
    SuspiciousCommentSpammer,
    SuspiciousHarvesterCommentSpammer,
    NotClassified,
}

Variants

Fields of SearchEngine

Trait Implementations

impl Debug for VisitorClass
[src]

Formats the value using the given formatter.

impl Clone for VisitorClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VisitorClass
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.