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