sitemap_iter

Enum Frequency

source
pub enum Frequency {
    Always,
    Hourly,
    Daily,
    Weekly,
    Monthly,
    Yearly,
    Never,
}
Expand description

The frequency of change to a page.

Variants§

§

Always

§

Hourly

§

Daily

§

Weekly

§

Monthly

§

Yearly

§

Never

Trait Implementations§

source§

impl Clone for Frequency

source§

fn clone(&self) -> Frequency

Returns a copy of the value. Read more