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