Enum gsbrs::Status [] [src]

pub enum Status {
    Ok,
    Phishing,
    Malware,
    Unwanted,
}

Status represents each list a URL may be found in as well as a value, 'Ok', which is used as a placeholder when the URL is not found in any list. 'Ok' is only used in bulk queries.

Variants

Ok
Phishing
Malware
Unwanted

Trait Implementations

Derived Implementations

impl Debug for Status

fn fmt(&self, __arg_0: &mut Formatter) -> Result