pub struct VMObjects {
pub metas: MetadataObjs,
pub functions: FunctionObjs,
pub packages: PackageObjs,
pub metadata: Metadata,
}
Fields§
§metas: MetadataObjs
§functions: FunctionObjs
§packages: PackageObjs
§metadata: Metadata
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VMObjects
impl !RefUnwindSafe for VMObjects
impl !Send for VMObjects
impl !Sync for VMObjects
impl Unpin for VMObjects
impl !UnwindSafe for VMObjects
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