pub struct FalsificationTest {
pub id: String,
pub category: Category,
pub description: String,
pub points: u8,
/* private fields */
}Expand description
A single falsification test
Fields§
§id: StringTest ID (e.g., “F001”)
category: CategoryCategory
description: StringDescription
points: u8Points for passing
Implementations§
Trait Implementations§
Source§impl Clone for FalsificationTest
impl Clone for FalsificationTest
Auto Trait Implementations§
impl Freeze for FalsificationTest
impl !RefUnwindSafe for FalsificationTest
impl Send for FalsificationTest
impl Sync for FalsificationTest
impl Unpin for FalsificationTest
impl UnsafeUnpin for FalsificationTest
impl !UnwindSafe for FalsificationTest
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