Struct dlt_core::fmt::FormattableMessage[][src]

pub struct FormattableMessage<'a> {
    pub message: Message,
    pub fibex_metadata: Option<&'a FibexMetadata>,
    pub options: Option<&'a FormatOptions>,
}
Expand description

A dlt message that can be formatted with optional FIBEX data support

Fields

message: Messagefibex_metadata: Option<&'a FibexMetadata>options: Option<&'a FormatOptions>

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

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.

Converts the given value to a String. 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.