pub struct DefArena {
pub allocator: TypedAllocator<Def>,
}Fields§
§allocator: TypedAllocator<Def>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for DefArena
impl !Sync for DefArena
impl Freeze for DefArena
impl RefUnwindSafe for DefArena
impl Unpin for DefArena
impl UnsafeUnpin for DefArena
impl UnwindSafe for DefArena
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