pub struct ModuleBootstrap {
pub function_key: (String, String, String),
}Expand description
Per-target Module bootstrap metadata. Stamped into the engine
bootstrap state when the install path sees a
module_phase = bootstrap FunctionProto.
Fields§
§function_key: (String, String, String)Canonical (domain, name, overload) key of the bootstrap
FunctionProto. Used to look up the GraphSlot at seed time.
Trait Implementations§
Source§impl Clone for ModuleBootstrap
impl Clone for ModuleBootstrap
Source§fn clone(&self) -> ModuleBootstrap
fn clone(&self) -> ModuleBootstrap
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModuleBootstrap
impl RefUnwindSafe for ModuleBootstrap
impl Send for ModuleBootstrap
impl Sync for ModuleBootstrap
impl Unpin for ModuleBootstrap
impl UnsafeUnpin for ModuleBootstrap
impl UnwindSafe for ModuleBootstrap
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