Enum nmea::ParseResult[][src]

pub enum ParseResult {
    BWC(BwcData),
    GGA(GgaData),
    RMC(RmcData),
    GSV(GsvData),
    GSA(GsaData),
    VTG(VtgData),
    GLL(GllData),
    TXT(TxtData),
    Unsupported(SentenceType),
}

Variants

BWC(BwcData)

Tuple Fields of BWC

0: BwcData
GGA(GgaData)

Tuple Fields of GGA

0: GgaData
RMC(RmcData)

Tuple Fields of RMC

0: RmcData
GSV(GsvData)

Tuple Fields of GSV

0: GsvData
GSA(GsaData)

Tuple Fields of GSA

0: GsaData
VTG(VtgData)

Tuple Fields of VTG

0: VtgData
GLL(GllData)

Tuple Fields of GLL

0: GllData
TXT(TxtData)

Tuple Fields of TXT

0: TxtData
Unsupported(SentenceType)

Tuple Fields of Unsupported

0: SentenceType

Trait Implementations

Formats the value using the given formatter. Read more

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

This method tests for !=.

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.