pub struct OTAAssets<R: Runtime> { /* private fields */ }
Trait Implementations§
Source§impl<R: Runtime> Assets<R> for OTAAssets<R>
impl<R: Runtime> Assets<R> for OTAAssets<R>
impl<R: Runtime> Sync for OTAAssets<R>
Auto Trait Implementations§
impl<R> !Freeze for OTAAssets<R>
impl<R> !RefUnwindSafe for OTAAssets<R>
impl<R> Send for OTAAssets<R>
impl<R> Unpin for OTAAssets<R>
impl<R> !UnwindSafe for OTAAssets<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