Struct hydrate_pipeline::AssetPluginRegistries
source · pub struct AssetPluginRegistries {
pub importer_registry: ImporterRegistry,
pub builder_registry: BuilderRegistry,
pub job_processor_registry: JobProcessorRegistry,
pub thumbnail_provider_registry: ThumbnailProviderRegistry,
}
Fields§
§importer_registry: ImporterRegistry
§builder_registry: BuilderRegistry
§job_processor_registry: JobProcessorRegistry
§thumbnail_provider_registry: ThumbnailProviderRegistry
Auto Trait Implementations§
impl !RefUnwindSafe for AssetPluginRegistries
impl !Send for AssetPluginRegistries
impl !Sync for AssetPluginRegistries
impl Unpin for AssetPluginRegistries
impl !UnwindSafe for AssetPluginRegistries
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more