Enum vectortile::proto::Tile_GeomType [] [src]

pub enum Tile_GeomType {
    UNKNOWN,
    POINT,
    LINESTRING,
    POLYGON,
}

Variants

Trait Implementations

impl Clone for Tile_GeomType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Tile_GeomType
[src]

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

This method tests for !=.

impl Eq for Tile_GeomType
[src]

impl Debug for Tile_GeomType
[src]

Formats the value using the given formatter.

impl Hash for Tile_GeomType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl ProtobufEnum for Tile_GeomType
[src]

impl Copy for Tile_GeomType
[src]