pub struct AssetLoaderRegistryPlugin;Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssetLoaderRegistryPlugin
impl RefUnwindSafe for AssetLoaderRegistryPlugin
impl Send for AssetLoaderRegistryPlugin
impl Sync for AssetLoaderRegistryPlugin
impl Unpin for AssetLoaderRegistryPlugin
impl UnwindSafe for AssetLoaderRegistryPlugin
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