pub struct TypeArena { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeArena
impl RefUnwindSafe for TypeArena
impl Send for TypeArena
impl Sync for TypeArena
impl Unpin for TypeArena
impl UnsafeUnpin for TypeArena
impl UnwindSafe for TypeArena
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