pub struct MemoryRoot { /* private fields */ }Expand description
An in-memory root — for tests, generated builtins, or the in-browser IDE.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryRoot
impl RefUnwindSafe for MemoryRoot
impl Send for MemoryRoot
impl Sync for MemoryRoot
impl Unpin for MemoryRoot
impl UnsafeUnpin for MemoryRoot
impl UnwindSafe for MemoryRoot
Blanket Implementations§
impl<T> Allocation for T
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