Enum dxf::ExpectedType [] [src]

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

Variants

Trait Implementations

impl PartialEq for ExpectedType
[src]

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

This method tests for !=.