pub struct DependentAssetPlugin1<B, T, Dep1>(/* private fields */);Implementations§
Source§impl<B, T, Dep1> DependentAssetPlugin1<B, T, Dep1>
impl<B, T, Dep1> DependentAssetPlugin1<B, T, Dep1>
Trait Implementations§
Auto Trait Implementations§
impl<B, T, Dep1> Freeze for DependentAssetPlugin1<B, T, Dep1>
impl<B, T, Dep1> RefUnwindSafe for DependentAssetPlugin1<B, T, Dep1>
impl<B, T, Dep1> Send for DependentAssetPlugin1<B, T, Dep1>
impl<B, T, Dep1> Sync for DependentAssetPlugin1<B, T, Dep1>
impl<B, T, Dep1> Unpin for DependentAssetPlugin1<B, T, Dep1>
impl<B, T, Dep1> UnsafeUnpin for DependentAssetPlugin1<B, T, Dep1>
impl<B, T, Dep1> UnwindSafe for DependentAssetPlugin1<B, T, Dep1>
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