pub struct AssetPluginRegistryBuilders { /* private fields */ }
Implementations§
source§impl AssetPluginRegistryBuilders
impl AssetPluginRegistryBuilders
pub fn new() -> Self
pub fn register_plugin<T: AssetPlugin>(self) -> Self
pub fn finish(self, schema_set: &SchemaSet) -> AssetPluginRegistries
Auto Trait Implementations§
impl !RefUnwindSafe for AssetPluginRegistryBuilders
impl !Send for AssetPluginRegistryBuilders
impl !Sync for AssetPluginRegistryBuilders
impl Unpin for AssetPluginRegistryBuilders
impl !UnwindSafe for AssetPluginRegistryBuilders
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