Enum austenite::hyper_headers::EntityTagMatch [-]  [+] [src]

pub enum EntityTagMatch {
    EntityTags(Vec<EntityTag>),
    Star,
}

A match for an entity tag

Variants

EntityTags

A vec of entity tags to match

Star

Match any entity

Trait Implementations

Derived Implementations

impl Debug for EntityTagMatch

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

impl Clone for EntityTagMatch

fn clone(&self) -> EntityTagMatch

fn clone_from(&mut self, source: &Self)

impl PartialEq for EntityTagMatch

fn eq(&self, __arg_0: &EntityTagMatch) -> bool

fn ne(&self, __arg_0: &EntityTagMatch) -> bool