Struct vrp_core::models::common::TimeInterval [−][src]
Expand description
Specifies a flexible time interval.
Fields
earliest: Option<Timestamp>Earliest possible time to start.
latest: Option<Timestamp>Latest possible time to stop.
Implementations
Converts time interval to time window.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TimeInterval
impl Send for TimeInterval
impl Sync for TimeInterval
impl Unpin for TimeInterval
impl UnwindSafe for TimeInterval
Blanket Implementations
Mutably borrows from an owned value. Read more