Struct date_range::DateRange [−][src]
pub struct DateRange { /* fields omitted */ }Implementations
pub fn from_timestamp(
since: i64,
until: i64,
configuration: impl Into<Option<DateRangeFromTimestampConfiguration>>
) -> Result<Self, Error>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DateRange
impl UnwindSafe for DateRange
Blanket Implementations
Mutably borrows from an owned value. Read more