Enum mbutiles::ImageFormat [] [src]

pub enum ImageFormat {
    Png,
    Jpg,
    Webp,
    Pbf,
}

Variants

Trait Implementations

impl Decodable for ImageFormat
[src]

Deserialize a value using a Decoder.

impl Debug for ImageFormat
[src]

Formats the value using the given formatter.

impl Clone for ImageFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ImageFormat
[src]