pub struct AdmittedModule {
pub image: TargetModuleImage,
pub program: Arc<Program>,
pub config: DispatchConfig,
}Expand description
One target module whose identity matches the compiler-selected plan.
Fields§
§image: TargetModuleImageThe target-native module image, identity already verified.
program: Arc<Program>Canonical Program decoded from the module wire.
config: DispatchConfigDispatch configuration carried by the payload entry.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AdmittedModule
impl !UnwindSafe for AdmittedModule
impl Freeze for AdmittedModule
impl Send for AdmittedModule
impl Sync for AdmittedModule
impl Unpin for AdmittedModule
impl UnsafeUnpin for AdmittedModule
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