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
AlpacaFake "padding" object
HTMLHTML body
CSSCSS
IMGIMG: PNG, JPEG, etc.
UnknownUsed when our parser cannot determine the object type