pub struct ModuleStartup { /* private fields */ }
Expand description
Artifacts from the ModuleBuilder
that should be revisited inside the
extension startup function.
Implementations§
Auto Trait Implementations§
impl Freeze for ModuleStartup
impl !RefUnwindSafe for ModuleStartup
impl Send for ModuleStartup
impl !Sync for ModuleStartup
impl Unpin for ModuleStartup
impl !UnwindSafe for ModuleStartup
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