Enum dxf::ExpectedType [] [src]

pub enum ExpectedType {
    Boolean,
    Integer,
    Long,
    Short,
    Double,
    Str,
}

Represents the expected data type of a CodePair.

Variants

Methods

impl ExpectedType
[src]

[src]

Returns an option of the ExpectedType for the given code, or None.

Trait Implementations

impl PartialEq for ExpectedType
[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 !=.