Struct uber_api::models::general::TestSpecifications
source · pub struct TestSpecifications {
pub robo_courier_specification: RoboCourierSpecification,
}Fields§
§robo_courier_specification: RoboCourierSpecificationTrait Implementations§
source§impl Clone for TestSpecifications
impl Clone for TestSpecifications
source§fn clone(&self) -> TestSpecifications
fn clone(&self) -> TestSpecifications
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