pub struct ModuleManifestEntry {
pub module_id: ModuleId,
pub module_path: String,
pub runtime_base: RuntimeBase,
pub identity: ModuleIdentity,
pub arch: String,
}Fields§
§module_id: ModuleId§module_path: String§runtime_base: RuntimeBase§identity: ModuleIdentity§arch: StringTrait Implementations§
Source§impl Clone for ModuleManifestEntry
impl Clone for ModuleManifestEntry
Source§fn clone(&self) -> ModuleManifestEntry
fn clone(&self) -> ModuleManifestEntry
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 ModuleManifestEntry
impl RefUnwindSafe for ModuleManifestEntry
impl Send for ModuleManifestEntry
impl Sync for ModuleManifestEntry
impl Unpin for ModuleManifestEntry
impl UnsafeUnpin for ModuleManifestEntry
impl UnwindSafe for ModuleManifestEntry
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