Enum etherparse::ElementFilter[][src]

pub enum ElementFilter<T> {
    Any,
    No,
    Some(T),
}

Variants

Trait Implementations

impl<T: Debug> Debug for ElementFilter<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for ElementFilter<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Eq> Eq for ElementFilter<T>
[src]

impl<T: PartialEq> PartialEq for ElementFilter<T>
[src]

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

This method tests for !=.

impl<T> Default for ElementFilter<T>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<T> Send for ElementFilter<T> where
    T: Send

impl<T> Sync for ElementFilter<T> where
    T: Sync