Struct quick_junit::Property
source · pub struct Property {
pub name: String,
pub value: String,
}Expand description
Custom properties set during test execution, e.g. environment variables.
Fields§
§name: StringThe name of the property.
value: StringThe value of the property.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Property
impl Send for Property
impl Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
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