pub struct ScrapHeapVtbl {
pub __base: IMemoryStoreVtbl,
}Fields§
§__base: IMemoryStoreVtblAuto Trait Implementations§
impl Freeze for ScrapHeapVtbl
impl RefUnwindSafe for ScrapHeapVtbl
impl Send for ScrapHeapVtbl
impl Sync for ScrapHeapVtbl
impl Unpin for ScrapHeapVtbl
impl UnwindSafe for ScrapHeapVtbl
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