Enum hs_scraper::Quality[][src]

pub enum Quality {
    P480,
    P720,
    P1080,
}

Variants

Trait Implementations

impl Debug for Quality
[src]

Formats the value using the given formatter. Read more

impl Display for Quality
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Quality

impl Sync for Quality