Enum etherparse::ElementFilter [−][src]
pub enum ElementFilter<T> {
Any,
No,
Some(T),
}Variants
AnyNoSome(T)
Trait Implementations
impl<T: Debug> Debug for ElementFilter<T>[src]
impl<T: Debug> Debug for ElementFilter<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Clone> Clone for ElementFilter<T>[src]
impl<T: Clone> Clone for ElementFilter<T>fn clone(&self) -> ElementFilter<T>[src]
fn clone(&self) -> ElementFilter<T>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<T: Eq> Eq for ElementFilter<T>[src]
impl<T: Eq> Eq for ElementFilter<T>impl<T: PartialEq> PartialEq for ElementFilter<T>[src]
impl<T: PartialEq> PartialEq for ElementFilter<T>fn eq(&self, other: &ElementFilter<T>) -> bool[src]
fn eq(&self, other: &ElementFilter<T>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ElementFilter<T>) -> bool[src]
fn ne(&self, other: &ElementFilter<T>) -> boolThis method tests for !=.
impl<T> Default for ElementFilter<T>[src]
impl<T> Default for ElementFilter<T>fn default() -> ElementFilter<T>[src]
fn default() -> ElementFilter<T>Returns the "default value" for a type. Read more
Auto Trait Implementations
impl<T> Send for ElementFilter<T> where
T: Send,
impl<T> Send for ElementFilter<T> where
T: Send, impl<T> Sync for ElementFilter<T> where
T: Sync,
impl<T> Sync for ElementFilter<T> where
T: Sync,