pub struct LevelArena { /* private fields */ }Expand description
Arena for interning universe levels
Implementations§
Source§impl LevelArena
impl LevelArena
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LevelArena
impl RefUnwindSafe for LevelArena
impl Send for LevelArena
impl Sync for LevelArena
impl Unpin for LevelArena
impl UnwindSafe for LevelArena
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