Struct vrp_core::models::common::TimeOffset
source · Expand description
Represents a time offset.
Fields§
§start: TimestampOffset value to start time.
end: TimestampOffset value to end time.
Implementations§
source§impl TimeOffset
impl TimeOffset
sourcepub fn new(start: Timestamp, end: Timestamp) -> Self
pub fn new(start: Timestamp, end: Timestamp) -> Self
Creates a new TimeOffset.
Trait Implementations§
source§impl Clone for TimeOffset
impl Clone for TimeOffset
source§fn clone(&self) -> TimeOffset
fn clone(&self) -> TimeOffset
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more