Struct lcov::record::ParseRecordKindError [] [src]

pub struct ParseRecordKindError;

All possible errors that can occur when parsing LCOV record kind.

Trait Implementations

impl Debug for ParseRecordKindError
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ParseRecordKindError
[src]

impl Clone for ParseRecordKindError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ParseRecordKindError
[src]

impl PartialEq for ParseRecordKindError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations