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 Freeze for AssetPluginRegistryBuilders
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