pub struct ___EmptyOutputModule<'a> {
Show 16 fields pub assets: Fallible<Option<Vec<Asset<'a>>>>, pub built: Fallible<bool>, pub cacheable: Fallible<bool>, pub chunks: Fallible<Option<Vec<ChunkId>>>, pub error_count: Fallible<Option<u32>>, pub warning_count: Fallible<Option<u32>>, pub failed: Fallible<bool>, pub id: Fallible<Option<ModuleId>>, pub identifier: Fallible<Option<ModuleIdentifier<'a>>>, pub name: Fallible<Option<ModuleName<'a>>>, pub optional: Fallible<bool>, pub prefetched: Fallible<bool>, pub reasons: Fallible<Option<Vec<Reason<'a>>>>, pub size: Fallible<Option<SizeBytes>>, pub source: Fallible<Optional<SourceText<'a>>>, pub profile: Fallible<Option<Profile>>,
}

Fields

assets: Fallible<Option<Vec<Asset<'a>>>>built: Fallible<bool>

Indicates that the module went through loaders, Parsing, and Code Generation

cacheable: Fallible<bool>chunks: Fallible<Option<Vec<ChunkId>>>error_count: Fallible<Option<u32>>warning_count: Fallible<Option<u32>>failed: Fallible<bool>id: Fallible<Option<ModuleId>>identifier: Fallible<Option<ModuleIdentifier<'a>>>name: Fallible<Option<ModuleName<'a>>>

Undocumented by webpack in any meaningful way.

optional: Fallible<bool>prefetched: Fallible<bool>reasons: Fallible<Option<Vec<Reason<'a>>>>

Every module also contains a list of reasons objects describing why that module was included in the dependency graph. Each “reason” is similar to the origins

size: Fallible<Option<SizeBytes>>source: Fallible<Optional<SourceText<'a>>>profile: Fallible<Option<Profile>>

Trait Implementations

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.