Struct vrp_core::models::common::TimeOffset [−][src]
Expand description
Represents a time offset.
Fields
start: TimestampOffset value to start time.
end: TimestampOffset 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