Struct dgc::Test[][src]

pub struct Test {
    pub targeted_disease: Cow<'static, str>,
    pub test_type: Cow<'static, str>,
    pub name: Option<String>,
    pub manufacturer: Option<Cow<'static, str>>,
    pub date_of_collection: String,
    pub date_of_result: Option<String>,
    pub result: Cow<'static, str>,
    pub testing_centre: Option<String>,
    pub country: Cow<'static, str>,
    pub issuer: Cow<'static, str>,
    pub id: String,
}
Expand description

A test entry.

It provides all the necessary detail regarding a test record against a given disease.

Fields

targeted_disease: Cow<'static, str>

Targeted disease or agent

test_type: Cow<'static, str>

Type of test

name: Option<String>

NAA Test Name

manufacturer: Option<Cow<'static, str>>

RAT Test name and manufacturer

date_of_collection: String

Date/Time of Sample Collection

date_of_result: Option<String>

Date/Time of Test Result Deprecated in v1.3.0 of the schema

result: Cow<'static, str>

Test Result

testing_centre: Option<String>

Testing Centre

country: Cow<'static, str>

Country of Test

issuer: Cow<'static, str>

Certificate Issuer

id: String

Unique Certificate Identifier, UVCI

Implementations

Updates all the ids in the test entry with their descriptive counterparts using the official valueset.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.