pub struct MemoryIntegration;Expand description
Memory integration placeholder
Implementations§
Auto Trait Implementations§
impl Freeze for MemoryIntegration
impl RefUnwindSafe for MemoryIntegration
impl Send for MemoryIntegration
impl Sync for MemoryIntegration
impl Unpin for MemoryIntegration
impl UnwindSafe for MemoryIntegration
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