Enum body_image::ExplodedImage[][src]

pub enum ExplodedImage {
    Ram(Vec<Bytes>),
    FsRead(ReadSlice),
    MemMap(MemHandle<Mmap>),
}
Expand description

Exploded representation of the possible BodyImage states, obtained via BodyImage::explode().

Variants

Ram(Vec<Bytes>)

Tuple Fields of Ram

0: Vec<Bytes>
FsRead(ReadSlice)

Tuple Fields of FsRead

0: ReadSlice
MemMap(MemHandle<Mmap>)

Tuple Fields of MemMap

0: MemHandle<Mmap>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.