pub struct StoredModuleManifestEntry {
pub module_id: ModuleId,
pub module_path: String,
pub module_identity: String,
pub arch: String,
pub runtime_base: RuntimeBase,
}Fields§
§module_id: ModuleId§module_path: String§module_identity: String§arch: String§runtime_base: RuntimeBaseTrait Implementations§
Source§impl Clone for StoredModuleManifestEntry
impl Clone for StoredModuleManifestEntry
Source§fn clone(&self) -> StoredModuleManifestEntry
fn clone(&self) -> StoredModuleManifestEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StoredModuleManifestEntry
impl RefUnwindSafe for StoredModuleManifestEntry
impl Send for StoredModuleManifestEntry
impl Sync for StoredModuleManifestEntry
impl Unpin for StoredModuleManifestEntry
impl UnsafeUnpin for StoredModuleManifestEntry
impl UnwindSafe for StoredModuleManifestEntry
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