Struct vrp_core::models::common::TimeOffset [−][src]
Expand description
Represents a time offset.
Fields
start: Timestamp
Offset value to start time.
end: Timestamp
Offset value to end time.
Implementations
Creates a new TimeOffset
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimeOffset
impl Send for TimeOffset
impl Sync for TimeOffset
impl Unpin for TimeOffset
impl UnwindSafe for TimeOffset
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V