#[repr(C)]pub struct Arena { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for Arena
impl ExternType for Arena
impl Send for Arena
impl Sync for Arena
Auto Trait Implementations§
impl !Freeze for Arena
impl RefUnwindSafe for Arena
impl !Unpin for Arena
impl UnwindSafe for Arena
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