pub struct ArenaId(/* private fields */);Expand description
Arena identifier for managing memory regions.
Trait Implementations§
impl Copy for ArenaId
impl Send for ArenaId
impl Sync for ArenaId
Auto Trait Implementations§
impl Freeze for ArenaId
impl RefUnwindSafe for ArenaId
impl Unpin for ArenaId
impl UnsafeUnpin for ArenaId
impl UnwindSafe for ArenaId
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