pub enum TestName {
NAAT {
name: String,
},
RAT {
device_id: String,
},
}Expand description
Identifies the recognized test types
Variants§
NAAT
A Nucleic Acid Amplification Test, with the name of the specific test
RAT
A Rapid Antigen Test, with a string identifying the device from the JRC database
Trait Implementations§
impl StructuralPartialEq for TestName
Auto Trait Implementations§
impl Freeze for TestName
impl RefUnwindSafe for TestName
impl Send for TestName
impl Sync for TestName
impl Unpin for TestName
impl UnwindSafe for TestName
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