pub struct RunloopRunnerExtension;Trait Implementations§
Source§impl Debug for RunloopRunnerExtension
impl Debug for RunloopRunnerExtension
Source§impl Default for RunloopRunnerExtension
impl Default for RunloopRunnerExtension
Source§fn default() -> RunloopRunnerExtension
fn default() -> RunloopRunnerExtension
Returns the “default value” for a type. Read more
Source§impl RoderExtension for RunloopRunnerExtension
impl RoderExtension for RunloopRunnerExtension
fn manifest(&self) -> ExtensionManifest
fn install(&self, registry: &mut ExtensionRegistryBuilder) -> Result<()>
Auto Trait Implementations§
impl Freeze for RunloopRunnerExtension
impl RefUnwindSafe for RunloopRunnerExtension
impl Send for RunloopRunnerExtension
impl Sync for RunloopRunnerExtension
impl Unpin for RunloopRunnerExtension
impl UnsafeUnpin for RunloopRunnerExtension
impl UnwindSafe for RunloopRunnerExtension
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