pub enum Snapshot<LoadableAssetImpl: LoadableAsset> {
Sna(LoadableAssetImpl),
}
Variants§
Sna(LoadableAssetImpl)
Auto Trait Implementations§
impl<LoadableAssetImpl> Freeze for Snapshot<LoadableAssetImpl>where
LoadableAssetImpl: Freeze,
impl<LoadableAssetImpl> RefUnwindSafe for Snapshot<LoadableAssetImpl>where
LoadableAssetImpl: RefUnwindSafe,
impl<LoadableAssetImpl> Send for Snapshot<LoadableAssetImpl>where
LoadableAssetImpl: Send,
impl<LoadableAssetImpl> Sync for Snapshot<LoadableAssetImpl>where
LoadableAssetImpl: Sync,
impl<LoadableAssetImpl> Unpin for Snapshot<LoadableAssetImpl>where
LoadableAssetImpl: Unpin,
impl<LoadableAssetImpl> UnwindSafe for Snapshot<LoadableAssetImpl>where
LoadableAssetImpl: UnwindSafe,
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