pub struct TMCHInfoData {
Show 19 fields pub id: String, pub status: TMCHStatus<TMCHStatusType>, pub pou_status: Option<TMCHStatus<TMCHPOUStatusType>>, pub smd_id: Option<String>, pub mark: Option<Mark>, pub signed_mark: Option<String>, pub encoded_signed_mark: Option<String>, pub enc_file: Option<String>, pub documents: Vec<TMCHInfoDocument>, pub labels: Vec<TMCHInfoLabel>, pub variations: Vec<Variation>, pub comment: Option<String>, pub cases: Vec<TMCHInfoCase>, pub creation_date: Option<DateTime<Utc>>, pub update_date: Option<DateTime<Utc>>, pub expiry_date: Option<DateTime<Utc>>, pub pou_expiry_date: Option<DateTime<Utc>>, pub correct_before: Option<DateTime<Utc>>, pub auth_info: Option<String>,
}

Fields

id: Stringstatus: TMCHStatus<TMCHStatusType>pou_status: Option<TMCHStatus<TMCHPOUStatusType>>smd_id: Option<String>mark: Option<Mark>signed_mark: Option<String>encoded_signed_mark: Option<String>enc_file: Option<String>documents: Vec<TMCHInfoDocument>labels: Vec<TMCHInfoLabel>variations: Vec<Variation>comment: Option<String>cases: Vec<TMCHInfoCase>creation_date: Option<DateTime<Utc>>update_date: Option<DateTime<Utc>>expiry_date: Option<DateTime<Utc>>pou_expiry_date: Option<DateTime<Utc>>correct_before: Option<DateTime<Utc>>auth_info: Option<String>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. 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

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Wrap the input message T in a tonic::Request

Should always be Self

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.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more