Struct bones_lib::prelude::AssetProviderMut
source · pub struct AssetProviderMut<'a, T>where
T: TypeUlid,{ /* private fields */ }Expand description
A mutable borrow of an AssetProvider.
Implementations§
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for AssetProviderMut<'a, T>
impl<'a, T> Send for AssetProviderMut<'a, T>where T: Send,
impl<'a, T> Sync for AssetProviderMut<'a, T>where T: Sync,
impl<'a, T> Unpin for AssetProviderMut<'a, T>where T: Unpin,
impl<'a, T> !UnwindSafe for AssetProviderMut<'a, T>
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