Struct rrule::ParsedOptions[][src]

pub struct ParsedOptions {
Show fields pub freq: Frequenzy, pub interval: usize, pub count: Option<u32>, pub until: Option<DateTime<Tz>>, pub tzid: Tz, pub dtstart: DateTime<Tz>, pub wkst: usize, pub bysetpos: Vec<isize>, pub bymonth: Vec<usize>, pub bymonthday: Vec<isize>, pub bynmonthday: Vec<isize>, pub byyearday: Vec<isize>, pub byweekno: Vec<isize>, pub byweekday: Vec<usize>, pub bynweekday: Vec<Vec<isize>>, pub byhour: Vec<usize>, pub byminute: Vec<usize>, pub bysecond: Vec<usize>, pub byeaster: Option<isize>,
}

Fields

freq: Frequenzyinterval: usizecount: Option<u32>until: Option<DateTime<Tz>>tzid: Tzdtstart: DateTime<Tz>wkst: usizebysetpos: Vec<isize>bymonth: Vec<usize>bymonthday: Vec<isize>bynmonthday: Vec<isize>byyearday: Vec<isize>byweekno: Vec<isize>byweekday: Vec<usize>bynweekday: Vec<Vec<isize>>byhour: Vec<usize>byminute: Vec<usize>bysecond: Vec<usize>byeaster: Option<isize>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.