Struct todo_lib::tfilter::DateRange [−][src]
pub struct DateRange {
pub days: ValueRange,
pub span: ValueSpan,
}Expand description
For filtering by date range or value. days is inclusive range and
is not used when span is Any or None
Fields
days: ValueRangespan: ValueSpanTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DateRange
impl UnwindSafe for DateRange
Blanket Implementations
Mutably borrows from an owned value. Read more