pub struct ComponentBootstrap {
pub cref: ComponentRef,
}Expand description
Per-slot Component bootstrap metadata. Stamped into the engine
bootstrap state when a Component registers a Bootstrap
Contract impl. Empty today; F5 wires the registration path.
Fields§
§cref: ComponentRefComponent reference the bootstrap dispatches against.
Trait Implementations§
Source§impl Clone for ComponentBootstrap
impl Clone for ComponentBootstrap
Source§fn clone(&self) -> ComponentBootstrap
fn clone(&self) -> ComponentBootstrap
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 ComponentBootstrap
impl RefUnwindSafe for ComponentBootstrap
impl Send for ComponentBootstrap
impl Sync for ComponentBootstrap
impl Unpin for ComponentBootstrap
impl UnsafeUnpin for ComponentBootstrap
impl UnwindSafe for ComponentBootstrap
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