pub struct TestSpecifications {
pub robo_courier_specification: RoboCourierSpecification,
}
Fields§
§robo_courier_specification: RoboCourierSpecification
Trait 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 moreSource§impl Debug for TestSpecifications
impl Debug for TestSpecifications
Auto Trait Implementations§
impl Freeze for TestSpecifications
impl RefUnwindSafe for TestSpecifications
impl Send for TestSpecifications
impl Sync for TestSpecifications
impl Unpin for TestSpecifications
impl UnwindSafe for TestSpecifications
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more