pub struct TestCaseFixture {
pub name: String,
pub description: String,
pub tags: Vec<String>,
}Expand description
Test case metadata
Fields§
§name: String§description: StringImplementations§
Trait Implementations§
Source§impl Clone for TestCaseFixture
impl Clone for TestCaseFixture
Source§fn clone(&self) -> TestCaseFixture
fn clone(&self) -> TestCaseFixture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TestCaseFixture
impl RefUnwindSafe for TestCaseFixture
impl Send for TestCaseFixture
impl Sync for TestCaseFixture
impl Unpin for TestCaseFixture
impl UnsafeUnpin for TestCaseFixture
impl UnwindSafe for TestCaseFixture
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