Struct vrp_core::models::problem::DriverDetail
source · pub struct DriverDetail {}Expand description
Represents driver detail (reserved for future use).
Trait Implementations§
source§impl Clone for DriverDetail
impl Clone for DriverDetail
source§fn clone(&self) -> DriverDetail
fn clone(&self) -> DriverDetail
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 moresource§impl Hash for DriverDetail
impl Hash for DriverDetail
source§impl PartialEq<DriverDetail> for DriverDetail
impl PartialEq<DriverDetail> for DriverDetail
source§fn eq(&self, other: &DriverDetail) -> bool
fn eq(&self, other: &DriverDetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.