pub struct HotUpdateAssets<R: Runtime> { /* private fields */ }Expand description
Assets provider wrapping the embedded EmbeddedAssets taken from the
generated Context (via the official Context::set_assets).
Trait Implementations§
Auto Trait Implementations§
impl<R> !RefUnwindSafe for HotUpdateAssets<R>
impl<R> !UnwindSafe for HotUpdateAssets<R>
impl<R> Freeze for HotUpdateAssets<R>
impl<R> Send for HotUpdateAssets<R>
impl<R> Sync for HotUpdateAssets<R>
impl<R> Unpin for HotUpdateAssets<R>
impl<R> UnsafeUnpin for HotUpdateAssets<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