pub struct HotswapAssets<R: Runtime> { /* private fields */ }Expand description
Custom Assets implementation that checks the filesystem first, then falls back to the embedded assets from the binary.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for HotswapAssets<R>
impl<R> !RefUnwindSafe for HotswapAssets<R>
impl<R> Send for HotswapAssets<R>
impl<R> Sync for HotswapAssets<R>
impl<R> Unpin for HotswapAssets<R>
impl<R> UnsafeUnpin for HotswapAssets<R>
impl<R> !UnwindSafe for HotswapAssets<R>
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