pub struct MemoryContext { /* private fields */ }Expand description
A load-side LoadContext backed entirely by in-memory buffers.
Produced by MemorySaveContext via SaveContext::finish. Holds the committed
manifest Value and every side-car artifact as an in-memory byte buffer, so loading
never serializes through JSON or touches the filesystem.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryContext
impl RefUnwindSafe for MemoryContext
impl Send for MemoryContext
impl Sync for MemoryContext
impl Unpin for MemoryContext
impl UnsafeUnpin for MemoryContext
impl UnwindSafe for MemoryContext
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