Enum rustot::ota::data_interface::mqtt::Topic[][src]

pub enum Topic<'a> {
    Data(Encoding, &'a str),
    Description(Encoding, &'a str),
    Rejected(Encoding, &'a str),
}

Variants

Data(Encoding, &'a str)

Tuple Fields of Data

0: Encoding1: &'a str
Description(Encoding, &'a str)

Tuple Fields of Description

0: Encoding1: &'a str
Rejected(Encoding, &'a str)

Tuple Fields of Rejected

0: Encoding1: &'a str

Implementations

Trait Implementations

Formats the value using the given formatter. 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.

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.