Enum safe_bindgen::FilterMode[][src]

pub enum FilterMode {
    Blacklist,
    Whitelist,
}

Variants

Trait Implementations

impl Debug for FilterMode
[src]

Formats the value using the given formatter. Read more

impl Copy for FilterMode
[src]

impl Clone for FilterMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FilterMode
[src]

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

This method tests for !=.

impl Eq for FilterMode
[src]

Auto Trait Implementations

impl Send for FilterMode

impl Sync for FilterMode