pub struct PrefabSystemCache { /* private fields */ }
Trait Implementations§
Source§impl Default for PrefabSystemCache
impl Default for PrefabSystemCache
Source§fn default() -> PrefabSystemCache
fn default() -> PrefabSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrefabSystemCache
impl RefUnwindSafe for PrefabSystemCache
impl Send for PrefabSystemCache
impl Sync for PrefabSystemCache
impl Unpin for PrefabSystemCache
impl UnwindSafe for PrefabSystemCache
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