pub struct StorageVTable { /* private fields */ }Expand description
External storage type vtable
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StorageVTable
impl RefUnwindSafe for StorageVTable
impl Send for StorageVTable
impl Sync for StorageVTable
impl Unpin for StorageVTable
impl UnsafeUnpin for StorageVTable
impl UnwindSafe for StorageVTable
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