Enum libcoreinst::cmdline::Config[][src]

pub enum Config {
Show 17 variants Install(InstallConfig), Download(DownloadConfig), ListStream(ListStreamConfig), IsoEmbed(IsoIgnitionEmbedConfig), IsoShow(IsoIgnitionShowConfig), IsoRemove(IsoIgnitionRemoveConfig), IsoIgnitionEmbed(IsoIgnitionEmbedConfig), IsoIgnitionShow(IsoIgnitionShowConfig), IsoIgnitionRemove(IsoIgnitionRemoveConfig), IsoKargsModify(IsoKargsModifyConfig), IsoKargsReset(IsoKargsResetConfig), IsoKargsShow(IsoKargsShowConfig), OsmetFiemap(OsmetFiemapConfig), OsmetPack(OsmetPackConfig), OsmetUnpack(OsmetUnpackConfig), PxeIgnitionWrap(PxeIgnitionWrapConfig), PxeIgnitionUnwrap(PxeIgnitionUnwrapConfig),
}

Variants

Install

Tuple Fields of Install

0: InstallConfig
Download

Tuple Fields of Download

0: DownloadConfig
ListStream

Tuple Fields of ListStream

0: ListStreamConfig
IsoEmbed

Tuple Fields of IsoEmbed

0: IsoIgnitionEmbedConfig
IsoShow

Tuple Fields of IsoShow

0: IsoIgnitionShowConfig
IsoRemove

Tuple Fields of IsoRemove

0: IsoIgnitionRemoveConfig
IsoIgnitionEmbed

Tuple Fields of IsoIgnitionEmbed

0: IsoIgnitionEmbedConfig
IsoIgnitionShow

Tuple Fields of IsoIgnitionShow

0: IsoIgnitionShowConfig
IsoIgnitionRemove

Tuple Fields of IsoIgnitionRemove

0: IsoIgnitionRemoveConfig
IsoKargsModify

Tuple Fields of IsoKargsModify

0: IsoKargsModifyConfig
IsoKargsReset

Tuple Fields of IsoKargsReset

0: IsoKargsResetConfig
IsoKargsShow

Tuple Fields of IsoKargsShow

0: IsoKargsShowConfig
OsmetFiemap

Tuple Fields of OsmetFiemap

0: OsmetFiemapConfig
OsmetPack

Tuple Fields of OsmetPack

0: OsmetPackConfig
OsmetUnpack

Tuple Fields of OsmetUnpack

0: OsmetUnpackConfig
PxeIgnitionWrap

Tuple Fields of PxeIgnitionWrap

0: PxeIgnitionWrapConfig
PxeIgnitionUnwrap

Tuple Fields of PxeIgnitionUnwrap

0: PxeIgnitionUnwrapConfig

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.