Enum alpaca::objects::ObjectKind [] [src]

pub enum ObjectKind {
    Alpaca,
    HTML,
    CSS,
    IMG,
    Unknown,
}

Defines our basic object types, each of which has a corresponding unique (distribution, padding type) tuple.

Variants

Fake "padding" object

HTML body

CSS

IMG: PNG, JPEG, etc.

Used when our parser cannot determine the object type

Trait Implementations

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