__rhandle, 'getComposer', []); } public function getIO(): \Composer\IO\IOInterface { return \ShirabeRpcRuntime::callRust($this->__rhandle, 'getIO', []); } public function isDevMode(): bool { return \ShirabeRpcRuntime::callRust($this->__rhandle, 'isDevMode', []); } public function getOriginatingEvent(): ?BaseEvent { return \ShirabeRpcRuntime::callRust($this->__rhandle, 'getOriginatingEvent', []); } public function setOriginatingEvent(BaseEvent $event): self { \ShirabeRpcRuntime::callRust($this->__rhandle, 'setOriginatingEvent', [$event]); return $this; } }